Charcoal
#24505B
CyanColor Codes
All color formats for development
HEX
#24505BRGB
rgb(36, 80, 91)HSL
hsl(192, 43%, 25%)OKLCH
oklch(0.405 0.052 216.4)CMYK
cmyk(60%, 12%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#214852
2#1D4049
3#193840
4#163037
5#12282E
6#0F2024
7#0B181B
8#071012
9#040809
Tints
Lighter variations
1#2F6877
2#3A8092
3#4598AD
4#5BAABE
5#76B8C8
6#92C6D3
7#ADD4DE
8#C8E3E9
9#E4F1F4
Tones
Muted variations
1#274F58
2#2A4D56
3#2D4B53
4#2F4A50
5#32484D
6#35464B
7#384548
8#3A4345
9#3D4142
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F2 #E5F2F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E6 #D0E6EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD3 #ABD3DE | BordersInactive statesPlaceholder text |
| 400 | 7FBD #7FBDCC | Disabled statesSecondary iconsMuted text |
| 500 | 5BAA #5BAABE | Primary brand colorCTAsActive elementsLinks |
| 600 | 408D #408DA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3370 #337080 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2450 #24505B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1733 #17333A | Primary textHigh emphasis contentDark headings |
| 950 | 0F20 #0F2024 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F9FB;
--charcoal-100: #E5F2F5;
--charcoal-200: #D0E6EC;
--charcoal-300: #ABD3DE;
--charcoal-400: #7FBDCC;
--charcoal-500: #5BAABE;
--charcoal-600: #408DA0;
--charcoal-700: #337080;
--charcoal-800: #24505B;
--charcoal-900: #17333A;
--charcoal-950: #0F2024;
}