Charcoal
#1A4466
BlueColor Codes
All color formats for development
HEX
#1A4466RGB
rgb(26, 68, 102)HSL
hsl(207, 59%, 25%)OKLCH
oklch(0.375 0.075 246.1)CMYK
cmyk(75%, 33%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#183D5B
2#153651
3#122F47
4#10293D
5#0D2233
6#0A1B29
7#08141E
8#050E14
9#03070A
Tints
Lighter variations
1#225884
2#2A6CA2
3#3280C1
4#4993D0
5#67A5D8
6#85B7E0
7#A4C9E7
8#C2DBEF
9#E1EDF7
Tones
Muted variations
1#1E4362
2#22435E
3#25425A
4#294256
5#2D4253
6#31414F
7#34414B
8#384147
9#3C4044
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EE #E3EEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE0 #CAE0F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C8 #A2C8E7 | BordersInactive statesPlaceholder text |
| 400 | 71AB #71ABDA | Disabled statesSecondary iconsMuted text |
| 500 | 4993 #4993D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E77 #2E77B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 255F #255F8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A44 #1A4465 | Text on light backgroundsHeadingsStrong borders |
| 900 | 112B #112B41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1B #0A1B29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F8FC;
--charcoal-100: #E3EEF8;
--charcoal-200: #CAE0F1;
--charcoal-300: #A2C8E7;
--charcoal-400: #71ABDA;
--charcoal-500: #4993D0;
--charcoal-600: #2E77B2;
--charcoal-700: #255F8E;
--charcoal-800: #1A4465;
--charcoal-900: #112B41;
--charcoal-950: #0A1B29;
}