Charcoal
#1D2A34
BlueColor Codes
All color formats for development
HEX
#1D2A34RGB
rgb(29, 42, 52)HSL
hsl(206, 28%, 16%)OKLCH
oklch(0.278 0.026 241.9)CMYK
cmyk(44%, 19%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A262F
2#18222A
3#151E25
4#12191F
5#0F151A
6#0C1115
7#090D10
8#06080A
9#030405
Tints
Lighter variations
1#2D4150
2#3C576B
3#4C6D86
4#5B83A2
5#7698B2
6#91ADC1
7#ADC1D1
8#C8D6E0
9#E4EAF0
Tones
Muted variations
1#1F2A33
2#202A32
3#212A31
4#222A30
5#232A2F
6#24292D
7#25292C
8#27292B
9#28292A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EE #E8EEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DF #D5DFE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4C7 #B4C7D5 | BordersInactive statesPlaceholder text |
| 400 | 8DA9 #8DA9BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C91 #6C91AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5174 #517490 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 405D #405D72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E42 #2E4252 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2A #1D2A34 | Primary textHigh emphasis contentDark headings |
| 950 | 121A #121A21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8F9;
--charcoal-100: #E8EEF2;
--charcoal-200: #D5DFE7;
--charcoal-300: #B4C7D5;
--charcoal-400: #8DA9BF;
--charcoal-500: #6C91AC;
--charcoal-600: #517490;
--charcoal-700: #405D72;
--charcoal-800: #2E4252;
--charcoal-900: #1D2A34;
--charcoal-950: #121A21;
}