Charcoal
#24365C
BlueColor Codes
All color formats for development
HEX
#24365CRGB
rgb(36, 54, 92)HSL
hsl(221, 44%, 25%)OKLCH
oklch(0.338 0.071 263.8)CMYK
cmyk(61%, 41%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#203053
2#1D2B49
3#192540
4#152037
5#121B2E
6#0E1525
7#0B101C
8#070B12
9#040509
Tints
Lighter variations
1#2E4677
2#395693
3#4466AE
4#5A7ABF
5#7590C9
6#91A6D4
7#ACBCDF
8#C8D3EA
9#E3E9F4
Tones
Muted variations
1#273659
2#293856
3#2C3953
4#2F3A51
5#323B4E
6#353C4B
7#373D48
8#3A3E45
9#3D3F43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EA #E5EAF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD9 #CFD9EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABBB #ABBBDE | BordersInactive statesPlaceholder text |
| 400 | 7E97 #7E97CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A7A #5A7ABF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F5E #3F5EA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 324B #324B81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2435 #24355C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1722 #17223B | Primary textHigh emphasis contentDark headings |
| 950 | 0E15 #0E1525 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FB;
--charcoal-100: #E5EAF5;
--charcoal-200: #CFD9EC;
--charcoal-300: #ABBBDE;
--charcoal-400: #7E97CD;
--charcoal-500: #5A7ABF;
--charcoal-600: #3F5EA2;
--charcoal-700: #324B81;
--charcoal-800: #24355C;
--charcoal-900: #17223B;
--charcoal-950: #0E1525;
}