Charcoal
#24525C
CyanColor Codes
All color formats for development
HEX
#24525CRGB
rgb(36, 82, 92)HSL
hsl(191, 44%, 25%)OKLCH
oklch(0.411 0.053 213.9)CMYK
cmyk(61%, 11%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#204953
2#1D4149
3#193940
4#153137
5#12292E
6#0E2125
7#0B181C
8#071012
9#040809
Tints
Lighter variations
1#2E6A77
2#398293
3#449BAE
4#5AACBF
5#75BAC9
6#91C8D4
7#ACD6DF
8#C8E3EA
9#E3F1F4
Tones
Muted variations
1#275059
2#294E56
3#2C4C53
4#2F4A51
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 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F2 #E5F2F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE7 #CFE7EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD5 #ABD5DE | BordersInactive statesPlaceholder text |
| 400 | 7EBF #7EBFCD | Disabled statesSecondary iconsMuted text |
| 500 | 5AAC #5AACBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F8F #3F8FA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3272 #327281 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2452 #24525C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1734 #17343B | 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: #F4F9FB;
--charcoal-100: #E5F2F5;
--charcoal-200: #CFE7EC;
--charcoal-300: #ABD5DE;
--charcoal-400: #7EBFCD;
--charcoal-500: #5AACBF;
--charcoal-600: #3F8FA2;
--charcoal-700: #327281;
--charcoal-800: #24525C;
--charcoal-900: #17343B;
--charcoal-950: #0E2125;
}