Charcoal
#222D5D
BlueColor Codes
All color formats for development
HEX
#222D5DRGB
rgb(34, 45, 93)HSL
hsl(229, 46%, 25%)OKLCH
oklch(0.315 0.086 271)CMYK
cmyk(63%, 52%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F2954
2#1C244A
3#182041
4#151B38
5#11172F
6#0E1225
7#0A0E1C
8#070913
9#030509
Tints
Lighter variations
1#2D3B79
2#374895
3#4156B1
4#576BC1
5#7384CB
6#8F9CD6
7#ABB5E0
8#C7CEEA
9#E3E6F5
Tones
Muted variations
1#252F5A
2#283157
3#2B3354
4#2E3551
5#31364E
6#34384B
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 | CFD4 #CFD4ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9B3 #A9B3DF | BordersInactive statesPlaceholder text |
| 400 | 7D8C #7D8CCF | Disabled statesSecondary iconsMuted text |
| 500 | 576B #576BC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D50 #3D50A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 303F #303F82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 222D #222D5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 161D #161D3C | 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: #CFD4ED;
--charcoal-300: #A9B3DF;
--charcoal-400: #7D8CCF;
--charcoal-500: #576BC1;
--charcoal-600: #3D50A4;
--charcoal-700: #303F82;
--charcoal-800: #222D5D;
--charcoal-900: #161D3C;
--charcoal-950: #0E1225;
}