Charcoal
#1D2A35
BlueColor Codes
All color formats for development
HEX
#1D2A35RGB
rgb(29, 42, 53)HSL
hsl(208, 29%, 16%)OKLCH
oklch(0.278 0.027 244.5)CMYK
cmyk(45%, 21%, 0%, 79%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A252F
2#17212A
3#141D25
4#111920
5#0E151A
6#0C1115
7#090C10
8#06080B
9#030405
Tints
Lighter variations
1#2C3F50
2#3B556C
3#4B6B88
4#5A81A3
5#7596B3
6#90ABC2
7#ACC0D1
8#C8D5E1
9#E3EAF0
Tones
Muted variations
1#1E2A33
2#1F2932
3#212931
4#222930
5#23292F
6#24292E
7#25292C
8#26292B
9#28292A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8ED #E8EDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4DE #D4DEE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3C5 #B3C5D5 | BordersInactive statesPlaceholder text |
| 400 | 8CA7 #8CA7C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B8E #6B8EAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5072 #507291 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F5B #3F5B73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D41 #2D4152 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2A #1D2A35 | 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: #F5F7FA;
--charcoal-100: #E8EDF2;
--charcoal-200: #D4DEE7;
--charcoal-300: #B3C5D5;
--charcoal-400: #8CA7C0;
--charcoal-500: #6B8EAE;
--charcoal-600: #507291;
--charcoal-700: #3F5B73;
--charcoal-800: #2D4152;
--charcoal-900: #1D2A35;
--charcoal-950: #121A21;
}