Charcoal
#17343A
CyanColor Codes
All color formats for development
HEX
#17343ARGB
rgb(23, 52, 58)HSL
hsl(190, 43%, 16%)OKLCH
oklch(0.305 0.036 212.8)CMYK
cmyk(60%, 10%, 0%, 77%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#152F35
2#132A2F
3#102529
4#0E1F23
5#0C1A1D
6#091517
7#071012
8#050A0C
9#020506
Tints
Lighter variations
1#235059
2#306C78
3#3C8796
4#48A3B5
5#66B3C2
6#84C2CE
7#A3D1DA
8#C2E0E7
9#E0F0F3
Tones
Muted variations
1#193339
2#1B3237
3#1D3135
4#1E3033
5#202F32
6#222D30
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 | E5F2 #E5F2F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E7 #D0E7EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD5 #ABD5DE | BordersInactive statesPlaceholder text |
| 400 | 7FBF #7FBFCC | Disabled statesSecondary iconsMuted text |
| 500 | 5BAD #5BADBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4090 #4090A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3373 #337380 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2452 #24525B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1734 #17343A | 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: #E5F2F5;
--charcoal-200: #D0E7EC;
--charcoal-300: #ABD5DE;
--charcoal-400: #7FBFCC;
--charcoal-500: #5BADBE;
--charcoal-600: #4090A0;
--charcoal-700: #337380;
--charcoal-800: #24525B;
--charcoal-900: #17343A;
--charcoal-950: #0F2124;
}