Charcoal
#24485C
BlueColor Codes
All color formats for development
HEX
#24485CRGB
rgb(36, 72, 92)HSL
hsl(201, 44%, 25%)OKLCH
oklch(0.384 0.054 234.9)CMYK
cmyk(61%, 22%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#204153
2#1D3A49
3#193340
4#152B37
5#12242E
6#0E1D25
7#0B161C
8#070E12
9#040709
Tints
Lighter variations
1#2E5E77
2#397393
3#4489AE
4#5A9BBF
5#75ACC9
6#91BDD4
7#ACCDDF
8#C8DEEA
9#E3EEF4
Tones
Muted variations
1#274759
2#294656
3#2C4653
4#2F4551
5#32444E
6#35434B
7#374248
8#3A4145
9#3D4143
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F0 #E5F0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE2 #CFE2EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABCC #ABCCDE | BordersInactive statesPlaceholder text |
| 400 | 7EB2 #7EB2CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A9B #5A9BBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F7F #3F7FA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3265 #326581 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2448 #24485C | Text on light backgroundsHeadingsStrong borders |
| 900 | 172E #172E3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1D #0E1D25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F8FB;
--charcoal-100: #E5F0F5;
--charcoal-200: #CFE2EC;
--charcoal-300: #ABCCDE;
--charcoal-400: #7EB2CD;
--charcoal-500: #5A9BBF;
--charcoal-600: #3F7FA2;
--charcoal-700: #326581;
--charcoal-800: #24485C;
--charcoal-900: #172E3B;
--charcoal-950: #0E1D25;
}