Charcoal
#194067
BlueColor Codes
All color formats for development
HEX
#194067RGB
rgb(25, 64, 103)HSL
hsl(210, 61%, 25%)OKLCH
oklch(0.364 0.081 251)CMYK
cmyk(76%, 38%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16395C
2#143352
3#112D48
4#0F263E
5#0C2033
6#0A1929
7#07131F
8#050D15
9#02060A
Tints
Lighter variations
1#205385
2#2866A4
3#2F79C3
4#468CD2
5#659FDA
6#84B2E1
7#A3C6E9
8#C1D9F0
9#E0ECF8
Tones
Muted variations
1#1D4063
2#21405F
3#25405B
4#284057
5#2C4053
6#30404F
7#34404B
8#384048
9#3C4044
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2ED #E2EDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADE #CADEF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C4 #A1C4E8 | BordersInactive statesPlaceholder text |
| 400 | 6FA6 #6FA6DC | Disabled statesSecondary iconsMuted text |
| 500 | 468C #468CD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C70 #2C70B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2359 #235990 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1940 #194067 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1029 #102942 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1A #0A1A29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F7FC;
--charcoal-100: #E2EDF8;
--charcoal-200: #CADEF2;
--charcoal-300: #A1C4E8;
--charcoal-400: #6FA6DC;
--charcoal-500: #468CD2;
--charcoal-600: #2C70B5;
--charcoal-700: #235990;
--charcoal-800: #194067;
--charcoal-900: #102942;
--charcoal-950: #0A1A29;
}