Charcoal
#1D3535
CyanColor Codes
All color formats for development
HEX
#1D3535RGB
rgb(29, 53, 53)HSL
hsl(180, 29%, 16%)OKLCH
oklch(0.309 0.03 195.7)CMYK
cmyk(45%, 0%, 0%, 79%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A2F2F
2#172A2A
3#142525
4#112020
5#0E1A1A
6#0C1515
7#091010
8#060B0B
9#030505
Tints
Lighter variations
1#2C5050
2#3B6C6C
3#4B8888
4#5AA3A3
5#75B3B3
6#90C2C2
7#ACD1D1
8#C8E1E1
9#E3F0F0
Tones
Muted variations
1#1E3333
2#1F3232
3#213131
4#223030
5#232F2F
6#242E2E
7#252C2C
8#262B2B
9#282A2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5FA #F5FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F2 #E8F2F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4E7 #D4E7E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3D5 #B3D5D5 | BordersInactive statesPlaceholder text |
| 400 | 8CC0 #8CC0C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6BAE #6BAEAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5091 #509191 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F73 #3F7373 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D52 #2D5252 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D35 #1D3535 | Primary textHigh emphasis contentDark headings |
| 950 | 1221 #122121 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5FAFA;
--charcoal-100: #E8F2F2;
--charcoal-200: #D4E7E7;
--charcoal-300: #B3D5D5;
--charcoal-400: #8CC0C0;
--charcoal-500: #6BAEAE;
--charcoal-600: #509191;
--charcoal-700: #3F7373;
--charcoal-800: #2D5252;
--charcoal-900: #1D3535;
--charcoal-950: #122121;
}