Charcoal
#24385B
BlueColor Codes
All color formats for development
HEX
#24385BRGB
rgb(36, 56, 91)HSL
hsl(218, 43%, 25%)OKLCH
oklch(0.342 0.067 261)CMYK
cmyk(60%, 38%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#213352
2#1D2D49
3#192840
4#162237
5#121C2E
6#0F1724
7#0B111B
8#070B12
9#040609
Tints
Lighter variations
1#2F4977
2#3A5A92
3#456BAD
4#5B7FBE
5#7694C8
6#92AAD3
7#ADBFDE
8#C8D4E9
9#E4EAF4
Tones
Muted variations
1#273958
2#2A3A56
3#2D3B53
4#2F3B50
5#323C4D
6#353D4B
7#383E48
8#3A3E45
9#3D3F42
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 | D0DA #D0DAEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABBE #ABBEDE | BordersInactive statesPlaceholder text |
| 400 | 7F9C #7F9CCC | Disabled statesSecondary iconsMuted text |
| 500 | 5B7F #5B7FBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4063 #4063A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 334F #334F80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2438 #24385B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1724 #17243A | Primary textHigh emphasis contentDark headings |
| 950 | 0F17 #0F1724 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FB;
--charcoal-100: #E5EBF5;
--charcoal-200: #D0DAEC;
--charcoal-300: #ABBEDE;
--charcoal-400: #7F9CCC;
--charcoal-500: #5B7FBE;
--charcoal-600: #4063A0;
--charcoal-700: #334F80;
--charcoal-800: #24385B;
--charcoal-900: #17243A;
--charcoal-950: #0F1724;
}