Charcoal
#1D2D35
BlueColor Codes
All color formats for development
HEX
#1D2D35RGB
rgb(29, 45, 53)HSL
hsl(200, 29%, 16%)OKLCH
oklch(0.287 0.026 230.4)CMYK
cmyk(45%, 15%, 0%, 79%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A282F
2#17242A
3#141F25
4#111B20
5#0E161A
6#0C1215
7#090D10
8#06090B
9#030405
Tints
Lighter variations
1#2C4450
2#3B5C6C
3#4B7388
4#5A8BA3
5#759EB3
6#90B2C2
7#ACC5D1
8#C8D8E1
9#E3ECF0
Tones
Muted variations
1#1E2C33
2#1F2C32
3#212C31
4#222B30
5#232B2F
6#242A2E
7#252A2C
8#262A2B
9#28292A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EF #E8EFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4E1 #D4E1E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3CA #B3CAD5 | BordersInactive statesPlaceholder text |
| 400 | 8CAE #8CAEC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B97 #6B97AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 507B #507B91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F62 #3F6273 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D46 #2D4652 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2D #1D2D35 | Primary textHigh emphasis contentDark headings |
| 950 | 121C #121C21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8FA;
--charcoal-100: #E8EFF2;
--charcoal-200: #D4E1E7;
--charcoal-300: #B3CAD5;
--charcoal-400: #8CAEC0;
--charcoal-500: #6B97AE;
--charcoal-600: #507B91;
--charcoal-700: #3F6273;
--charcoal-800: #2D4652;
--charcoal-900: #1D2D35;
--charcoal-950: #121C21;
}