Charcoal
#2D4652
BlueColor Codes
All color formats for development
HEX
#2D4652RGB
rgb(45, 70, 82)HSL
hsl(199, 29%, 25%)OKLCH
oklch(0.379 0.037 229.6)CMYK
cmyk(45%, 15%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#293F4A
2#243842
3#20313A
4#1B2A31
5#172329
6#121C21
7#0E1519
8#090E10
9#050708
Tints
Lighter variations
1#3B5C6B
2#487184
3#56869C
4#6B98AE
5#84AABB
6#9CBBC9
7#B5CCD6
8#CEDDE4
9#E6EEF1
Tones
Muted variations
1#2F4650
2#31454F
3#33444D
4#35444B
5#374349
6#384247
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 | D4E1 #D4E1E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3CB #B3CBD5 | BordersInactive statesPlaceholder text |
| 400 | 8CAF #8CAFC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B98 #6B98AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 507C #507C91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F63 #3F6373 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D47 #2D4752 | 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: #B3CBD5;
--charcoal-400: #8CAFC0;
--charcoal-500: #6B98AE;
--charcoal-600: #507C91;
--charcoal-700: #3F6373;
--charcoal-800: #2D4752;
--charcoal-900: #1D2D35;
--charcoal-950: #121C21;
}