Charcoal
#24535B
CyanColor Codes
All color formats for development
HEX
#24535BRGB
rgb(36, 83, 91)HSL
hsl(189, 43%, 25%)OKLCH
oklch(0.413 0.052 210.1)CMYK
cmyk(60%, 9%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#214B52
2#1D4249
3#193A40
4#163237
5#12292E
6#0F2124
7#0B191B
8#071112
9#040809
Tints
Lighter variations
1#2F6C77
2#3A8592
3#459EAD
4#5BAFBE
5#76BCC8
6#92CAD3
7#ADD7DE
8#C8E4E9
9#E4F2F4
Tones
Muted variations
1#275158
2#2A4F56
3#2D4D53
4#2F4B50
5#32494D
6#35474B
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 | ABD6 #ABD6DE | BordersInactive statesPlaceholder text |
| 400 | 7FC1 #7FC1CC | Disabled statesSecondary iconsMuted text |
| 500 | 5BAF #5BAFBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4092 #4092A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3374 #337480 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2453 #24535B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1735 #17353A | 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: #E5F3F5;
--charcoal-200: #D0E8EC;
--charcoal-300: #ABD6DE;
--charcoal-400: #7FC1CC;
--charcoal-500: #5BAFBE;
--charcoal-600: #4092A0;
--charcoal-700: #337480;
--charcoal-800: #24535B;
--charcoal-900: #17353A;
--charcoal-950: #0F2124;
}