Charcoal
#192E67
BlueColor Codes
All color formats for development
HEX
#192E67RGB
rgb(25, 46, 103)HSL
hsl(224, 61%, 25%)OKLCH
oklch(0.32 0.104 265.6)CMYK
cmyk(76%, 55%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16295C
2#142452
3#112048
4#0F1B3E
5#0C1733
6#0A1229
7#070E1F
8#050915
9#02050A
Tints
Lighter variations
1#203B85
2#2849A4
3#2F57C3
4#466CD2
5#6584DA
6#849DE1
7#A3B5E9
8#C1CEF0
9#E0E6F8
Tones
Muted variations
1#1D2F63
2#21315F
3#25335B
4#283557
5#2C3753
6#30384F
7#343A4B
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 | CAD4 #CAD4F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1B4 #A1B4E8 | BordersInactive statesPlaceholder text |
| 400 | 6F8C #6F8CDC | Disabled statesSecondary iconsMuted text |
| 500 | 466C #466CD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C50 #2C50B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2340 #234090 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 192E #192E67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 101D #101D42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A12 #0A1229 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F5FC;
--charcoal-100: #E2E8F8;
--charcoal-200: #CAD4F2;
--charcoal-300: #A1B4E8;
--charcoal-400: #6F8CDC;
--charcoal-500: #466CD2;
--charcoal-600: #2C50B5;
--charcoal-700: #234090;
--charcoal-800: #192E67;
--charcoal-900: #101D42;
--charcoal-950: #0A1229;
}