Charcoal
#2D4552
BlueColor Codes
All color formats for development
HEX
#2D4552RGB
rgb(45, 69, 82)HSL
hsl(201, 29%, 25%)OKLCH
oklch(0.376 0.037 232.7)CMYK
cmyk(45%, 16%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#293E4A
2#243742
3#20313A
4#1B2A31
5#172329
6#121C21
7#0E1519
8#090E10
9#050708
Tints
Lighter variations
1#3B5A6B
2#486F84
3#56849C
4#6B96AE
5#84A8BB
6#9CB9C9
7#B5CBD6
8#CEDCE4
9#E6EEF1
Tones
Muted variations
1#2F4550
2#31444F
3#33444D
4#35434B
5#374349
6#384247
7#3A4145
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 | B3C9 #B3C9D5 | BordersInactive statesPlaceholder text |
| 400 | 8CAE #8CAEC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B96 #6B96AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 507A #507A91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F61 #3F6173 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D45 #2D4552 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2C #1D2C35 | 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: #B3C9D5;
--charcoal-400: #8CAEC0;
--charcoal-500: #6B96AE;
--charcoal-600: #507A91;
--charcoal-700: #3F6173;
--charcoal-800: #2D4552;
--charcoal-900: #1D2C35;
--charcoal-950: #121C21;
}