Charcoal
#24325C
BlueColor Codes
All color formats for development
HEX
#24325CRGB
rgb(36, 50, 92)HSL
hsl(225, 44%, 25%)OKLCH
oklch(0.328 0.077 268.1)CMYK
cmyk(61%, 46%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#202D53
2#1D2849
3#192340
4#151E37
5#12192E
6#0E1425
7#0B0F1C
8#070A12
9#040509
Tints
Lighter variations
1#2E4177
2#395093
3#445EAE
4#5A73BF
5#758AC9
6#91A2D4
7#ACB9DF
8#C8D0EA
9#E3E8F4
Tones
Muted variations
1#273359
2#293556
3#2C3653
4#2F3751
5#32394E
6#353A4B
7#373C48
8#3A3D45
9#3D3E43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E9 #E5E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD7 #CFD7EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB7 #ABB7DE | BordersInactive statesPlaceholder text |
| 400 | 7E92 #7E92CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A73 #5A73BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F58 #3F58A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3246 #324681 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2432 #24325C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1720 #17203B | Primary textHigh emphasis contentDark headings |
| 950 | 0E14 #0E1425 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FB;
--charcoal-100: #E5E9F5;
--charcoal-200: #CFD7EC;
--charcoal-300: #ABB7DE;
--charcoal-400: #7E92CD;
--charcoal-500: #5A73BF;
--charcoal-600: #3F58A2;
--charcoal-700: #324681;
--charcoal-800: #24325C;
--charcoal-900: #17203B;
--charcoal-950: #0E1425;
}