Charcoal
#24495C
BlueColor Codes
All color formats for development
HEX
#24495CRGB
rgb(36, 73, 92)HSL
hsl(200, 44%, 25%)OKLCH
oklch(0.387 0.053 232.8)CMYK
cmyk(61%, 21%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#204253
2#1D3A49
3#193340
4#152C37
5#12252E
6#0E1D25
7#0B161C
8#070F12
9#040709
Tints
Lighter variations
1#2E5F77
2#397593
3#448BAE
4#5A9DBF
5#75ADC9
6#91BED4
7#ACCEDF
8#C8DEEA
9#E3EFF4
Tones
Muted variations
1#274859
2#294756
3#2C4653
4#2F4551
5#32444E
6#35434B
7#374348
8#3A4245
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 | CFE3 #CFE3EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABCD #ABCDDE | BordersInactive statesPlaceholder text |
| 400 | 7EB3 #7EB3CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A9D #5A9DBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F81 #3F81A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3266 #326681 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2449 #24495C | Text on light backgroundsHeadingsStrong borders |
| 900 | 172F #172F3B | 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: #CFE3EC;
--charcoal-300: #ABCDDE;
--charcoal-400: #7EB3CD;
--charcoal-500: #5A9DBF;
--charcoal-600: #3F81A2;
--charcoal-700: #326681;
--charcoal-800: #24495C;
--charcoal-900: #172F3B;
--charcoal-950: #0E1D25;
}