Charcoal
#24565B
CyanColor Codes
All color formats for development
HEX
#24565BRGB
rgb(36, 86, 91)HSL
hsl(185, 43%, 25%)OKLCH
oklch(0.421 0.054 204.2)CMYK
cmyk(60%, 5%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#214E52
2#1D4549
3#193D40
4#163437
5#122B2E
6#0F2324
7#0B1A1B
8#071112
9#040909
Tints
Lighter variations
1#2F7177
2#3A8B92
3#45A5AD
4#5BB5BE
5#76C2C8
6#92CED3
7#ADDADE
8#C8E6E9
9#E4F3F4
Tones
Muted variations
1#275458
2#2A5256
3#2D5053
4#2F4D50
5#324B4D
6#35494B
7#384748
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 | E5F4 #E5F4F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0EA #D0EAEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD9 #ABD9DE | BordersInactive statesPlaceholder text |
| 400 | 7FC6 #7FC6CC | Disabled statesSecondary iconsMuted text |
| 500 | 5BB5 #5BB5BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4098 #4098A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3379 #337980 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2457 #24575B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1737 #17373A | Primary textHigh emphasis contentDark headings |
| 950 | 0F23 #0F2324 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4FAFB;
--charcoal-100: #E5F4F5;
--charcoal-200: #D0EAEC;
--charcoal-300: #ABD9DE;
--charcoal-400: #7FC6CC;
--charcoal-500: #5BB5BE;
--charcoal-600: #4098A0;
--charcoal-700: #337980;
--charcoal-800: #24575B;
--charcoal-900: #17373A;
--charcoal-950: #0F2324;
}