Charcoal
#24535C
CyanColor Codes
All color formats for development
HEX
#24535CRGB
rgb(36, 83, 92)HSL
hsl(190, 44%, 25%)OKLCH
oklch(0.414 0.053 211.9)CMYK
cmyk(61%, 10%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#204A53
2#1D4249
3#193A40
4#153137
5#12292E
6#0E2125
7#0B191C
8#071012
9#040809
Tints
Lighter variations
1#2E6B77
2#398493
3#449DAE
4#5AAEBF
5#75BBC9
6#91C9D4
7#ACD6DF
8#C8E4EA
9#E3F1F4
Tones
Muted variations
1#275159
2#294F56
3#2C4D53
4#2F4B51
5#32494E
6#35474B
7#374548
8#3A4345
9#3D4243
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F2 #E5F2F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE8 #CFE8EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD6 #ABD6DE | BordersInactive statesPlaceholder text |
| 400 | 7EC0 #7EC0CD | Disabled statesSecondary iconsMuted text |
| 500 | 5AAE #5AAEBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F91 #3F91A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3273 #327381 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2452 #24525C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1735 #17353B | Primary textHigh emphasis contentDark headings |
| 950 | 0E21 #0E2125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4FAFB;
--charcoal-100: #E5F2F5;
--charcoal-200: #CFE8EC;
--charcoal-300: #ABD6DE;
--charcoal-400: #7EC0CD;
--charcoal-500: #5AAEBF;
--charcoal-600: #3F91A2;
--charcoal-700: #327381;
--charcoal-800: #24525C;
--charcoal-900: #17353B;
--charcoal-950: #0E2125;
}