Charcoal
#24455C
BlueColor Codes
All color formats for development
HEX
#24455CRGB
rgb(36, 69, 92)HSL
hsl(205, 44%, 25%)OKLCH
oklch(0.376 0.055 240.8)CMYK
cmyk(61%, 25%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#203E53
2#1D3749
3#193040
4#152937
5#12222E
6#0E1B25
7#0B151C
8#070E12
9#040709
Tints
Lighter variations
1#2E5977
2#396D93
3#4482AE
4#5A95BF
5#75A6C9
6#91B8D4
7#ACCADF
8#C8DCEA
9#E3EDF4
Tones
Muted variations
1#274459
2#294356
3#2C4353
4#2F4351
5#32424E
6#35424B
7#374148
8#3A4145
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 | ABC9 #ABC9DE | BordersInactive statesPlaceholder text |
| 400 | 7EAC #7EACCD | Disabled statesSecondary iconsMuted text |
| 500 | 5A95 #5A95BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F78 #3F78A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3260 #326081 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2444 #24445C | Text on light backgroundsHeadingsStrong borders |
| 900 | 172C #172C3B | 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: #ABC9DE;
--charcoal-400: #7EACCD;
--charcoal-500: #5A95BF;
--charcoal-600: #3F78A2;
--charcoal-700: #326081;
--charcoal-800: #24445C;
--charcoal-900: #172C3B;
--charcoal-950: #0E1B25;
}