Charcoal
#17373A
CyanColor Codes
All color formats for development
HEX
#17373ARGB
rgb(23, 55, 58)HSL
hsl(185, 43%, 16%)OKLCH
oklch(0.314 0.038 203.5)CMYK
cmyk(60%, 5%, 0%, 77%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#153235
2#132C2F
3#102729
4#0E2123
5#0C1C1D
6#091617
7#071112
8#050B0C
9#020606
Tints
Lighter variations
1#235559
2#307278
3#3C8F96
4#48ACB5
5#66BAC2
6#84C8CE
7#A3D6DA
8#C2E4E7
9#E0F1F3
Tones
Muted variations
1#193639
2#1B3437
3#1D3335
4#1E3233
5#203032
6#222F30
7#242D2E
8#252C2C
9#272A2B
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;
}