Charcoal
#24525B
CyanColor Codes
All color formats for development
HEX
#24525BRGB
rgb(36, 82, 91)HSL
hsl(190, 43%, 25%)OKLCH
oklch(0.41 0.052 212.2)CMYK
cmyk(60%, 10%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#214A52
2#1D4249
3#193940
4#163137
5#12292E
6#0F2124
7#0B191B
8#071012
9#040809
Tints
Lighter variations
1#2F6B77
2#3A8392
3#459CAD
4#5BADBE
5#76BBC8
6#92C8D3
7#ADD6DE
8#C8E4E9
9#E4F1F4
Tones
Muted variations
1#275058
2#2A4E56
3#2D4D53
4#2F4B50
5#32494D
6#35474B
7#384548
8#3A4345
9#3D4242
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 | D0E7 #D0E7EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD5 #ABD5DE | BordersInactive statesPlaceholder text |
| 400 | 7FBF #7FBFCC | Disabled statesSecondary iconsMuted text |
| 500 | 5BAD #5BADBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4090 #4090A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3373 #337380 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2452 #24525B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1734 #17343A | Primary textHigh emphasis contentDark headings |
| 950 | 0F21 #0F2124 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4FAFB;
--charcoal-100: #E5F2F5;
--charcoal-200: #D0E7EC;
--charcoal-300: #ABD5DE;
--charcoal-400: #7FBFCC;
--charcoal-500: #5BADBE;
--charcoal-600: #4090A0;
--charcoal-700: #337380;
--charcoal-800: #24525B;
--charcoal-900: #17343A;
--charcoal-950: #0F2124;
}