Charcoal
#24395C
BlueColor Codes
All color formats for development
HEX
#24395CRGB
rgb(36, 57, 92)HSL
hsl(218, 44%, 25%)OKLCH
oklch(0.345 0.067 260.1)CMYK
cmyk(61%, 38%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#203353
2#1D2D49
3#192740
4#152237
5#121C2E
6#0E1725
7#0B111C
8#070B12
9#040609
Tints
Lighter variations
1#2E4977
2#395A93
3#446BAE
4#5A7FBF
5#7594C9
6#91AAD4
7#ACBFDF
8#C8D4EA
9#E3EAF4
Tones
Muted variations
1#273959
2#293A56
3#2C3B53
4#2F3B51
5#323C4E
6#353D4B
7#373E48
8#3A3E45
9#3D3F43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EB #E5EBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFDA #CFDAEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABBD #ABBDDE | BordersInactive statesPlaceholder text |
| 400 | 7E9B #7E9BCD | Disabled statesSecondary iconsMuted text |
| 500 | 5A7F #5A7FBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F63 #3F63A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 324F #324F81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2438 #24385C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1724 #17243B | Primary textHigh emphasis contentDark headings |
| 950 | 0E17 #0E1725 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FB;
--charcoal-100: #E5EBF5;
--charcoal-200: #CFDAEC;
--charcoal-300: #ABBDDE;
--charcoal-400: #7E9BCD;
--charcoal-500: #5A7FBF;
--charcoal-600: #3F63A2;
--charcoal-700: #324F81;
--charcoal-800: #24385C;
--charcoal-900: #17243B;
--charcoal-950: #0E1725;
}