Charcoal
#1D2E35
BlueColor Codes
All color formats for development
HEX
#1D2E35RGB
rgb(29, 46, 53)HSL
hsl(198, 29%, 16%)OKLCH
oklch(0.289 0.026 225.6)CMYK
cmyk(45%, 13%, 0%, 79%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A292F
2#17242A
3#142025
4#111B20
5#0E171A
6#0C1215
7#090E10
8#06090B
9#030505
Tints
Lighter variations
1#2C4550
2#3B5D6C
3#4B7588
4#5A8DA3
5#75A0B3
6#90B3C2
7#ACC6D1
8#C8D9E1
9#E3ECF0
Tones
Muted variations
1#1E2D33
2#1F2D32
3#212C31
4#222C30
5#232B2F
6#242B2E
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 | D4E2 #D4E2E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3CB #B3CBD5 | BordersInactive statesPlaceholder text |
| 400 | 8CB0 #8CB0C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B9A #6B9AAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 507D #507D91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F64 #3F6473 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D47 #2D4752 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2E #1D2E35 | 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: #D4E2E7;
--charcoal-300: #B3CBD5;
--charcoal-400: #8CB0C0;
--charcoal-500: #6B9AAE;
--charcoal-600: #507D91;
--charcoal-700: #3F6473;
--charcoal-800: #2D4752;
--charcoal-900: #1D2E35;
--charcoal-950: #121C21;
}