Charcoal
#24555B
CyanColor Codes
All color formats for development
HEX
#24555BRGB
rgb(36, 85, 91)HSL
hsl(187, 43%, 25%)OKLCH
oklch(0.419 0.053 206.1)CMYK
cmyk(60%, 7%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#214C52
2#1D4449
3#193B40
4#163337
5#122A2E
6#0F2224
7#0B191B
8#071112
9#040809
Tints
Lighter variations
1#2F6E77
2#3A8892
3#45A1AD
4#5BB2BE
5#76BFC8
6#92CCD3
7#ADD9DE
8#C8E5E9
9#E4F2F4
Tones
Muted variations
1#275358
2#2A5156
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 | D0E9 #D0E9EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD8 #ABD8DE | BordersInactive statesPlaceholder text |
| 400 | 7FC3 #7FC3CC | Disabled statesSecondary iconsMuted text |
| 500 | 5BB2 #5BB2BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4095 #4095A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3377 #337780 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2455 #24555B | 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: #D0E9EC;
--charcoal-300: #ABD8DE;
--charcoal-400: #7FC3CC;
--charcoal-500: #5BB2BE;
--charcoal-600: #4095A0;
--charcoal-700: #337780;
--charcoal-800: #24555B;
--charcoal-900: #17363A;
--charcoal-950: #0F2224;
}