Charcoal
#24545B
CyanColor Codes
All color formats for development
HEX
#24545BRGB
rgb(36, 84, 91)HSL
hsl(188, 43%, 25%)OKLCH
oklch(0.416 0.053 208.1)CMYK
cmyk(60%, 8%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#214B52
2#1D4349
3#193B40
4#163237
5#122A2E
6#0F2224
7#0B191B
8#071112
9#040809
Tints
Lighter variations
1#2F6D77
2#3A8692
3#459FAD
4#5BB0BE
5#76BEC8
6#92CBD3
7#ADD8DE
8#C8E5E9
9#E4F2F4
Tones
Muted variations
1#275258
2#2A5056
3#2D4E53
4#2F4C50
5#324A4D
6#35484B
7#384648
8#3A4445
9#3D4242
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F3 #E5F3F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E8 #D0E8EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD7 #ABD7DE | BordersInactive statesPlaceholder text |
| 400 | 7FC2 #7FC2CC | Disabled statesSecondary iconsMuted text |
| 500 | 5BB0 #5BB0BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4094 #4094A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3375 #337580 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2454 #24545B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1736 #17363A | Primary textHigh emphasis contentDark headings |
| 950 | 0F22 #0F2224 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4FAFB;
--charcoal-100: #E5F3F5;
--charcoal-200: #D0E8EC;
--charcoal-300: #ABD7DE;
--charcoal-400: #7FC2CC;
--charcoal-500: #5BB0BE;
--charcoal-600: #4094A0;
--charcoal-700: #337580;
--charcoal-800: #24545B;
--charcoal-900: #17363A;
--charcoal-950: #0F2224;
}