Charcoal
#24515C
CyanColor Codes
All color formats for development
HEX
#24515CRGB
rgb(36, 81, 92)HSL
hsl(192, 44%, 25%)OKLCH
oklch(0.408 0.052 216)CMYK
cmyk(61%, 12%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#204953
2#1D4049
3#193840
4#153037
5#12282E
6#0E2025
7#0B181C
8#071012
9#040809
Tints
Lighter variations
1#2E6977
2#398193
3#4499AE
4#5AABBF
5#75B9C9
6#91C7D4
7#ACD5DF
8#C8E3EA
9#E3F1F4
Tones
Muted variations
1#274F59
2#294D56
3#2C4C53
4#2F4A51
5#32484E
6#35464B
7#374548
8#3A4345
9#3D4143
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 | CFE7 #CFE7EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD4 #ABD4DE | BordersInactive statesPlaceholder text |
| 400 | 7EBD #7EBDCD | Disabled statesSecondary iconsMuted text |
| 500 | 5AAB #5AABBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F8E #3F8EA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3271 #327181 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2451 #24515C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1734 #17343B | Primary textHigh emphasis contentDark headings |
| 950 | 0E20 #0E2025 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F9FB;
--charcoal-100: #E5F2F5;
--charcoal-200: #CFE7EC;
--charcoal-300: #ABD4DE;
--charcoal-400: #7EBDCD;
--charcoal-500: #5AABBF;
--charcoal-600: #3F8EA2;
--charcoal-700: #327181;
--charcoal-800: #24515C;
--charcoal-900: #17343B;
--charcoal-950: #0E2025;
}