Charcoal
#17383B
CyanColor Codes
All color formats for development
HEX
#17383BRGB
rgb(23, 56, 59)HSL
hsl(185, 44%, 16%)OKLCH
oklch(0.317 0.039 203.3)CMYK
cmyk(61%, 5%, 0%, 77%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#153235
2#122D2F
3#102729
4#0E2123
5#0B1C1D
6#091618
7#071112
8#050B0C
9#020606
Tints
Lighter variations
1#23555A
2#2F7278
3#3B9097
4#47ADB6
5#65BBC3
6#84C9CF
7#A2D6DB
8#C1E4E7
9#E0F1F3
Tones
Muted variations
1#193639
2#1A3537
3#1C3335
4#1E3234
5#203032
6#222F30
7#232D2E
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 | CFEA #CFEAEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABDA #ABDADE | BordersInactive statesPlaceholder text |
| 400 | 7EC6 #7EC6CD | Disabled statesSecondary iconsMuted text |
| 500 | 5AB6 #5AB6BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F99 #3F99A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 327A #327A81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2457 #24575C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1738 #17383B | Primary textHigh emphasis contentDark headings |
| 950 | 0E23 #0E2325 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4FAFB;
--charcoal-100: #E5F4F5;
--charcoal-200: #CFEAEC;
--charcoal-300: #ABDADE;
--charcoal-400: #7EC6CD;
--charcoal-500: #5AB6BF;
--charcoal-600: #3F99A2;
--charcoal-700: #327A81;
--charcoal-800: #24575C;
--charcoal-900: #17383B;
--charcoal-950: #0E2325;
}