Charcoal
#192F67
BlueColor Codes
All color formats for development
HEX
#192F67RGB
rgb(25, 47, 103)HSL
hsl(223, 61%, 25%)OKLCH
oklch(0.323 0.102 265)CMYK
cmyk(76%, 54%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#162A5C
2#142652
3#112148
4#0F1C3E
5#0C1733
6#0A1329
7#070E1F
8#050915
9#02050A
Tints
Lighter variations
1#203D85
2#284BA4
3#2F59C3
4#466ED2
5#6586DA
6#849EE1
7#A3B6E9
8#C1CFF0
9#E0E7F8
Tones
Muted variations
1#1D3163
2#21325F
3#25345B
4#283657
5#2C3753
6#30394F
7#343B4B
8#383C48
9#3C3E44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E8 #E2E8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD5 #CAD5F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1B5 #A1B5E8 | BordersInactive statesPlaceholder text |
| 400 | 6F8E #6F8EDC | Disabled statesSecondary iconsMuted text |
| 500 | 466E #466ED2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C53 #2C53B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2342 #234290 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 192F #192F67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 101E #101E42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A13 #0A1329 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F5FC;
--charcoal-100: #E2E8F8;
--charcoal-200: #CAD5F2;
--charcoal-300: #A1B5E8;
--charcoal-400: #6F8EDC;
--charcoal-500: #466ED2;
--charcoal-600: #2C53B5;
--charcoal-700: #234290;
--charcoal-800: #192F67;
--charcoal-900: #101E42;
--charcoal-950: #0A1329;
}