Charcoal
#1D2934
BlueColor Codes
All color formats for development
HEX
#1D2934RGB
rgb(29, 41, 52)HSL
hsl(209, 28%, 16%)OKLCH
oklch(0.275 0.026 246.6)CMYK
cmyk(44%, 21%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A252F
2#18212A
3#151D25
4#12191F
5#0F151A
6#0C1015
7#090C10
8#06080A
9#030405
Tints
Lighter variations
1#2D3F50
2#3C546B
3#4C6A86
4#5B80A2
5#7695B2
6#91AAC1
7#ADBFD1
8#C8D5E0
9#E4EAF0
Tones
Muted variations
1#1F2933
2#202932
3#212931
4#222930
5#23292F
6#24292D
7#25292C
8#27292B
9#28292A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8ED #E8EDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DE #D5DEE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4C5 #B4C5D5 | BordersInactive statesPlaceholder text |
| 400 | 8DA7 #8DA7BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C8D #6C8DAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5171 #517190 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 405A #405A72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E40 #2E4052 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D29 #1D2934 | 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: #F5F7F9;
--charcoal-100: #E8EDF2;
--charcoal-200: #D5DEE7;
--charcoal-300: #B4C5D5;
--charcoal-400: #8DA7BF;
--charcoal-500: #6C8DAC;
--charcoal-600: #517190;
--charcoal-700: #405A72;
--charcoal-800: #2E4052;
--charcoal-900: #1D2934;
--charcoal-950: #121A21;
}