Charcoal
#24415C
BlueColor Codes
All color formats for development
HEX
#24415CRGB
rgb(36, 65, 92)HSL
hsl(209, 44%, 25%)OKLCH
oklch(0.366 0.059 248.1)CMYK
cmyk(61%, 29%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#203A53
2#1D3449
3#192D40
4#152737
5#12202E
6#0E1A25
7#0B131C
8#070D12
9#040609
Tints
Lighter variations
1#2E5477
2#396793
3#447BAE
4#5A8EBF
5#75A1C9
6#91B4D4
7#ACC6DF
8#C8D9EA
9#E3ECF4
Tones
Muted variations
1#274159
2#294056
3#2C4053
4#2F4051
5#32404E
6#35404B
7#374048
8#3A4045
9#3D4043
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5ED #E5EDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFDE #CFDEEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC5 #ABC5DE | BordersInactive statesPlaceholder text |
| 400 | 7EA7 #7EA7CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A8E #5A8EBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F72 #3F72A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 325B #325B81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2441 #24415C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1729 #17293B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1A #0E1A25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FB;
--charcoal-100: #E5EDF5;
--charcoal-200: #CFDEEC;
--charcoal-300: #ABC5DE;
--charcoal-400: #7EA7CD;
--charcoal-500: #5A8EBF;
--charcoal-600: #3F72A2;
--charcoal-700: #325B81;
--charcoal-800: #24415C;
--charcoal-900: #17293B;
--charcoal-950: #0E1A25;
}