Charcoal
#194267
BlueColor Codes
All color formats for development
HEX
#194267RGB
rgb(25, 66, 103)HSL
hsl(208, 61%, 25%)OKLCH
oklch(0.37 0.079 248.8)CMYK
cmyk(76%, 36%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#163C5C
2#143552
3#112E48
4#0F283E
5#0C2133
6#0A1B29
7#07141F
8#050D15
9#02070A
Tints
Lighter variations
1#205685
2#286AA4
3#2F7EC3
4#4691D2
5#65A3DA
6#84B6E1
7#A3C8E9
8#C1DAF0
9#E0EDF8
Tones
Muted variations
1#1D4263
2#21425F
3#25425B
4#284157
5#2C4153
6#30414F
7#34414B
8#384048
9#3C4044
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EE #E2EEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADF #CADFF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C7 #A1C7E8 | BordersInactive statesPlaceholder text |
| 400 | 6FA9 #6FA9DC | Disabled statesSecondary iconsMuted text |
| 500 | 4691 #4691D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C75 #2C75B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 235D #235D90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1942 #194267 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102A #102A42 | 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: #E2EEF8;
--charcoal-200: #CADFF2;
--charcoal-300: #A1C7E8;
--charcoal-400: #6FA9DC;
--charcoal-500: #4691D2;
--charcoal-600: #2C75B5;
--charcoal-700: #235D90;
--charcoal-800: #194267;
--charcoal-900: #102A42;
--charcoal-950: #0A1B29;
}