Charcoal
#1D3434
CyanColor Codes
All color formats for development
HEX
#1D3434RGB
rgb(29, 52, 52)HSL
hsl(180, 28%, 16%)OKLCH
oklch(0.306 0.029 195.7)CMYK
cmyk(44%, 0%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A2F2F
2#182A2A
3#152525
4#121F1F
5#0F1A1A
6#0C1515
7#091010
8#060A0A
9#030505
Tints
Lighter variations
1#2D5050
2#3C6B6B
3#4C8686
4#5BA2A2
5#76B2B2
6#91C1C1
7#ADD1D1
8#C8E0E0
9#E4F0F0
Tones
Muted variations
1#1F3333
2#203232
3#213131
4#223030
5#232F2F
6#242D2D
7#252C2C
8#272B2B
9#282A2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F2 #E8F2F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E7 #D5E7E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4D5 #B4D5D5 | BordersInactive statesPlaceholder text |
| 400 | 8DBF #8DBFBF | Disabled statesSecondary iconsMuted text |
| 500 | 6CAC #6CACAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5190 #519090 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4072 #407272 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E52 #2E5252 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D34 #1D3434 | 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: #F5F9F9;
--charcoal-100: #E8F2F2;
--charcoal-200: #D5E7E7;
--charcoal-300: #B4D5D5;
--charcoal-400: #8DBFBF;
--charcoal-500: #6CACAC;
--charcoal-600: #519090;
--charcoal-700: #407272;
--charcoal-800: #2E5252;
--charcoal-900: #1D3434;
--charcoal-950: #122121;
}