Charcoal
#17393A
CyanColor Codes
All color formats for development
HEX
#17393ARGB
rgb(23, 57, 58)HSL
hsl(182, 43%, 16%)OKLCH
oklch(0.32 0.039 197.9)CMYK
cmyk(60%, 2%, 0%, 77%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#153335
2#132E2F
3#102829
4#0E2223
5#0C1D1D
6#091717
7#071112
8#050B0C
9#020606
Tints
Lighter variations
1#235759
2#307578
3#3C9396
4#48B1B5
5#66BFC2
6#84CCCE
7#A3D9DA
8#C2E5E7
9#E0F2F3
Tones
Muted variations
1#193839
2#1B3637
3#1D3435
4#1E3333
5#203132
6#222F30
7#242E2E
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 | D0EB #D0EBEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABDC #ABDCDE | BordersInactive statesPlaceholder text |
| 400 | 7FCA #7FCACC | Disabled statesSecondary iconsMuted text |
| 500 | 5BBA #5BBABE | Primary brand colorCTAsActive elementsLinks |
| 600 | 409D #409DA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 337D #337D80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2459 #24595B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1739 #17393A | Primary textHigh emphasis contentDark headings |
| 950 | 0F24 #0F2424 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4FAFB;
--charcoal-100: #E5F4F5;
--charcoal-200: #D0EBEC;
--charcoal-300: #ABDCDE;
--charcoal-400: #7FCACC;
--charcoal-500: #5BBABE;
--charcoal-600: #409DA0;
--charcoal-700: #337D80;
--charcoal-800: #24595B;
--charcoal-900: #17393A;
--charcoal-950: #0F2424;
}