Charcoal
#1D2B35
BlueColor Codes
All color formats for development
HEX
#1D2B35RGB
rgb(29, 43, 53)HSL
hsl(205, 29%, 16%)OKLCH
oklch(0.281 0.027 240)CMYK
cmyk(45%, 19%, 0%, 79%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A262F
2#17222A
3#141E25
4#111A20
5#0E151A
6#0C1115
7#090D10
8#06090B
9#030405
Tints
Lighter variations
1#2C4150
2#3B586C
3#4B6E88
4#5A85A3
5#7599B3
6#90ADC2
7#ACC2D1
8#C8D6E1
9#E3EBF0
Tones
Muted variations
1#1E2B33
2#1F2A32
3#212A31
4#222A30
5#232A2F
6#242A2E
7#25292C
8#26292B
9#28292A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EE #E8EEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4DF #D4DFE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3C7 #B3C7D5 | BordersInactive statesPlaceholder text |
| 400 | 8CAA #8CAAC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B92 #6B92AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5076 #507691 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F5E #3F5E73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D43 #2D4352 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2B #1D2B35 | Primary textHigh emphasis contentDark headings |
| 950 | 121B #121B21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8FA;
--charcoal-100: #E8EEF2;
--charcoal-200: #D4DFE7;
--charcoal-300: #B3C7D5;
--charcoal-400: #8CAAC0;
--charcoal-500: #6B92AE;
--charcoal-600: #507691;
--charcoal-700: #3F5E73;
--charcoal-800: #2D4352;
--charcoal-900: #1D2B35;
--charcoal-950: #121B21;
}