Charcoal
#192539
BlueColor Codes
All color formats for development
HEX
#192539RGB
rgb(25, 37, 57)HSL
hsl(218, 39%, 16%)OKLCH
oklch(0.264 0.041 260.3)CMYK
cmyk(56%, 35%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#162133
2#141D2D
3#111A28
4#0F1622
5#0C121C
6#0A0F17
7#070B11
8#05070B
9#020406
Tints
Lighter variations
1#263856
2#334B74
3#405E92
4#4D71B0
5#6A89BE
6#88A0CB
7#A6B8D8
8#C3D0E5
9#E1E7F2
Tones
Muted variations
1#1A2537
2#1C2536
3#1E2634
4#1F2632
5#212731
6#22272F
7#24282E
8#26282C
9#27282A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EB #E6EBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DA #D1DAEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADBE #ADBEDB | BordersInactive statesPlaceholder text |
| 400 | 839C #839CC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F80 #5F80B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4465 #44659C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3650 #36507C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2739 #273959 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1925 #192539 | Primary textHigh emphasis contentDark headings |
| 950 | 1017 #101723 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FA;
--charcoal-100: #E6EBF4;
--charcoal-200: #D1DAEB;
--charcoal-300: #ADBEDB;
--charcoal-400: #839CC9;
--charcoal-500: #5F80B9;
--charcoal-600: #44659C;
--charcoal-700: #36507C;
--charcoal-800: #273959;
--charcoal-900: #192539;
--charcoal-950: #101723;
}