Charcoal
#2D4752
BlueColor Codes
All color formats for development
HEX
#2D4752RGB
rgb(45, 71, 82)HSL
hsl(198, 29%, 25%)OKLCH
oklch(0.382 0.037 226.5)CMYK
cmyk(45%, 13%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#29404A
2#243942
3#20323A
4#1B2B31
5#172429
6#121C21
7#0E1519
8#090E10
9#050708
Tints
Lighter variations
1#3B5C6B
2#487284
3#56879C
4#6B9AAE
5#84AABB
6#9CBBC9
7#B5CCD6
8#CEDDE4
9#E6EEF1
Tones
Muted variations
1#2F4650
2#31464F
3#33454D
4#35444B
5#374349
6#384347
7#3A4245
8#3C4143
9#3E4042
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;
}