Charcoal
#24445C
BlueColor Codes
All color formats for development
HEX
#24445CRGB
rgb(36, 68, 92)HSL
hsl(206, 44%, 25%)OKLCH
oklch(0.373 0.056 242.7)CMYK
cmyk(61%, 26%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#203D53
2#1D3649
3#192F40
4#152837
5#12222E
6#0E1B25
7#0B141C
8#070D12
9#040709
Tints
Lighter variations
1#2E5877
2#396C93
3#4480AE
4#5A93BF
5#75A5C9
6#91B7D4
7#ACC9DF
8#C8DBEA
9#E3EDF4
Tones
Muted variations
1#274359
2#294356
3#2C4253
4#2F4251
5#32424E
6#35414B
7#374148
8#3A4045
9#3D4043
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EE #E5EEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE0 #CFE0EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC8 #ABC8DE | BordersInactive statesPlaceholder text |
| 400 | 7EAB #7EABCD | Disabled statesSecondary iconsMuted text |
| 500 | 5A93 #5A93BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F77 #3F77A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 325E #325E81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2443 #24435C | Text on light backgroundsHeadingsStrong borders |
| 900 | 172B #172B3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1B #0E1B25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F8FB;
--charcoal-100: #E5EEF5;
--charcoal-200: #CFE0EC;
--charcoal-300: #ABC8DE;
--charcoal-400: #7EABCD;
--charcoal-500: #5A93BF;
--charcoal-600: #3F77A2;
--charcoal-700: #325E81;
--charcoal-800: #24435C;
--charcoal-900: #172B3B;
--charcoal-950: #0E1B25;
}