Charcoal
#1D3034
CyanColor Codes
All color formats for development
HEX
#1D3034RGB
rgb(29, 48, 52)HSL
hsl(190, 28%, 16%)OKLCH
oklch(0.295 0.026 212.3)CMYK
cmyk(44%, 8%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A2C2F
2#18272A
3#152225
4#121D1F
5#0F181A
6#0C1315
7#090F10
8#060A0A
9#030505
Tints
Lighter variations
1#2D4A50
2#3C636B
3#4C7D86
4#5B96A2
5#76A8B2
6#91B9C1
7#ADCBD1
8#C8DCE0
9#E4EEF0
Tones
Muted variations
1#1F3033
2#202F32
3#212E31
4#222D30
5#232D2F
6#242C2D
7#252B2C
8#272A2B
9#282A2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F0 #E8F0F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E4 #D5E4E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4CF #B4CFD5 | BordersInactive statesPlaceholder text |
| 400 | 8DB6 #8DB6BF | Disabled statesSecondary iconsMuted text |
| 500 | 6CA2 #6CA2AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5185 #518590 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 406A #406A72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E4C #2E4C52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D30 #1D3034 | Primary textHigh emphasis contentDark headings |
| 950 | 121E #121E21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F9F9;
--charcoal-100: #E8F0F2;
--charcoal-200: #D5E4E7;
--charcoal-300: #B4CFD5;
--charcoal-400: #8DB6BF;
--charcoal-500: #6CA2AC;
--charcoal-600: #518590;
--charcoal-700: #406A72;
--charcoal-800: #2E4C52;
--charcoal-900: #1D3034;
--charcoal-950: #121E21;
}