Charcoal
#17333A
CyanColor Codes
All color formats for development
HEX
#17333ARGB
rgb(23, 51, 58)HSL
hsl(192, 43%, 16%)OKLCH
oklch(0.302 0.036 216)CMYK
cmyk(60%, 12%, 0%, 77%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#152E35
2#13292F
3#102429
4#0E1F23
5#0C1A1D
6#091517
7#070F12
8#050A0C
9#020506
Tints
Lighter variations
1#234E59
2#306978
3#3C8496
4#489FB5
5#66B0C2
6#84BFCE
7#A3CFDA
8#C2DFE7
9#E0EFF3
Tones
Muted variations
1#193239
2#1B3137
3#1D3035
4#1E2F33
5#202E32
6#222D30
7#242C2E
8#252B2C
9#272A2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F2 #E5F2F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E6 #D0E6EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD3 #ABD3DE | BordersInactive statesPlaceholder text |
| 400 | 7FBD #7FBDCC | Disabled statesSecondary iconsMuted text |
| 500 | 5BAA #5BAABE | Primary brand colorCTAsActive elementsLinks |
| 600 | 408D #408DA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3370 #337080 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2450 #24505B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1733 #17333A | Primary textHigh emphasis contentDark headings |
| 950 | 0F20 #0F2024 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F9FB;
--charcoal-100: #E5F2F5;
--charcoal-200: #D0E6EC;
--charcoal-300: #ABD3DE;
--charcoal-400: #7FBDCC;
--charcoal-500: #5BAABE;
--charcoal-600: #408DA0;
--charcoal-700: #337080;
--charcoal-800: #24505B;
--charcoal-900: #17333A;
--charcoal-950: #0F2024;
}