Charcoal
#17353A
CyanColor Codes
All color formats for development
HEX
#17353ARGB
rgb(23, 53, 58)HSL
hsl(189, 43%, 16%)OKLCH
oklch(0.308 0.037 209.6)CMYK
cmyk(60%, 9%, 0%, 77%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#153035
2#132A2F
3#102529
4#0E2023
5#0C1B1D
6#091517
7#071012
8#050B0C
9#020506
Tints
Lighter variations
1#235159
2#306D78
3#3C8996
4#48A5B5
5#66B4C2
6#84C3CE
7#A3D2DA
8#C2E1E7
9#E0F0F3
Tones
Muted variations
1#193439
2#1B3337
3#1D3135
4#1E3033
5#202F32
6#222E30
7#242C2E
8#252B2C
9#272A2B
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;
}