Charcoal
#222E5D
BlueColor Codes
All color formats for development
HEX
#222E5DRGB
rgb(34, 46, 93)HSL
hsl(228, 46%, 25%)OKLCH
oklch(0.318 0.085 270.2)CMYK
cmyk(63%, 51%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F2A54
2#1C254A
3#182041
4#151C38
5#11172F
6#0E1225
7#0A0E1C
8#070913
9#030509
Tints
Lighter variations
1#2D3C79
2#374A95
3#4158B1
4#576DC1
5#7385CB
6#8F9DD6
7#ABB6E0
8#C7CEEA
9#E3E7F5
Tones
Muted variations
1#25305A
2#283257
3#2B3354
4#2E3551
5#31374E
6#34394B
7#373A49
8#3A3C46
9#3D3E43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E8 #E5E8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD5 #CFD5ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9B4 #A9B4DF | BordersInactive statesPlaceholder text |
| 400 | 7D8D #7D8DCF | Disabled statesSecondary iconsMuted text |
| 500 | 576D #576DC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D51 #3D51A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3041 #304182 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 222E #222E5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 161E #161E3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E12 #0E1225 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FB;
--charcoal-100: #E5E8F5;
--charcoal-200: #CFD5ED;
--charcoal-300: #A9B4DF;
--charcoal-400: #7D8DCF;
--charcoal-500: #576DC1;
--charcoal-600: #3D51A4;
--charcoal-700: #304182;
--charcoal-800: #222E5D;
--charcoal-900: #161E3C;
--charcoal-950: #0E1225;
}