Charcoal
#24355C
BlueColor Codes
All color formats for development
HEX
#24355CRGB
rgb(36, 53, 92)HSL
hsl(222, 44%, 25%)OKLCH
oklch(0.335 0.073 265)CMYK
cmyk(61%, 42%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#202F53
2#1D2A49
3#192540
4#152037
5#121A2E
6#0E1525
7#0B101C
8#070B12
9#040509
Tints
Lighter variations
1#2E4477
2#395493
3#4464AE
4#5A78BF
5#758FC9
6#91A5D4
7#ACBCDF
8#C8D2EA
9#E3E9F4
Tones
Muted variations
1#273659
2#293756
3#2C3853
4#2F3951
5#323A4E
6#353B4B
7#373C48
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 | CFD8 #CFD8EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABBA #ABBADE | BordersInactive statesPlaceholder text |
| 400 | 7E96 #7E96CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A78 #5A78BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F5C #3F5CA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 324A #324A81 | 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: #CFD8EC;
--charcoal-300: #ABBADE;
--charcoal-400: #7E96CD;
--charcoal-500: #5A78BF;
--charcoal-600: #3F5CA2;
--charcoal-700: #324A81;
--charcoal-800: #24355C;
--charcoal-900: #17223B;
--charcoal-950: #0E1525;
}