Charcoal
#1D2F34
CyanColor Codes
All color formats for development
HEX
#1D2F34RGB
rgb(29, 47, 52)HSL
hsl(193, 28%, 16%)OKLCH
oklch(0.292 0.025 217.1)CMYK
cmyk(44%, 10%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A2B2F
2#18262A
3#152125
4#121C1F
5#0F181A
6#0C1315
7#090E10
8#06090A
9#030505
Tints
Lighter variations
1#2D4850
2#3C616B
3#4C7A86
4#5B93A2
5#76A5B2
6#91B7C1
7#ADC9D1
8#C8DBE0
9#E4EDF0
Tones
Muted variations
1#1F2F33
2#202E32
3#212D31
4#222D30
5#232C2F
6#242B2D
7#252B2C
8#272A2B
9#28292A
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 | D5E3 #D5E3E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4CE #B4CED5 | BordersInactive statesPlaceholder text |
| 400 | 8DB4 #8DB4BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C9E #6C9EAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5182 #518290 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4067 #406772 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E4A #2E4A52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2F #1D2F34 | 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: #D5E3E7;
--charcoal-300: #B4CED5;
--charcoal-400: #8DB4BF;
--charcoal-500: #6C9EAC;
--charcoal-600: #518290;
--charcoal-700: #406772;
--charcoal-800: #2E4A52;
--charcoal-900: #1D2F34;
--charcoal-950: #121E21;
}