Charcoal
#22385D
BlueColor Codes
All color formats for development
HEX
#22385DRGB
rgb(34, 56, 93)HSL
hsl(218, 46%, 25%)OKLCH
oklch(0.342 0.071 260.3)CMYK
cmyk(63%, 40%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F3254
2#1C2D4A
3#182741
4#152238
5#111C2F
6#0E1625
7#0A111C
8#070B13
9#030609
Tints
Lighter variations
1#2D4979
2#375995
3#416AB1
4#577EC1
5#7394CB
6#8FA9D6
7#ABBFE0
8#C7D4EA
9#E3EAF5
Tones
Muted variations
1#25395A
2#283957
3#2B3A54
4#2E3B51
5#313C4E
6#343D4B
7#373D49
8#3A3E46
9#3D3F43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EB #E5EBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFDA #CFDAED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9BD #A9BDDF | BordersInactive statesPlaceholder text |
| 400 | 7D9B #7D9BCF | Disabled statesSecondary iconsMuted text |
| 500 | 577E #577EC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D62 #3D62A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 304E #304E82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2238 #22385D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1624 #16243C | Primary textHigh emphasis contentDark headings |
| 950 | 0E16 #0E1625 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FB;
--charcoal-100: #E5EBF5;
--charcoal-200: #CFDAED;
--charcoal-300: #A9BDDF;
--charcoal-400: #7D9BCF;
--charcoal-500: #577EC1;
--charcoal-600: #3D62A4;
--charcoal-700: #304E82;
--charcoal-800: #22385D;
--charcoal-900: #16243C;
--charcoal-950: #0E1625;
}