Charcoal
#2D4452
BlueColor Codes
All color formats for development
HEX
#2D4452RGB
rgb(45, 68, 82)HSL
hsl(203, 29%, 25%)OKLCH
oklch(0.374 0.037 235.8)CMYK
cmyk(45%, 17%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#293D4A
2#243642
3#20303A
4#1B2931
5#172229
6#121B21
7#0E1419
8#090E10
9#050708
Tints
Lighter variations
1#3B586B
2#486D84
3#56819C
4#6B94AE
5#84A6BB
6#9CB8C9
7#B5CAD6
8#CEDBE4
9#E6EDF1
Tones
Muted variations
1#2F4450
2#31434F
3#33434D
4#35424B
5#374249
6#384147
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 | E8EE #E8EEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4E0 #D4E0E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3C8 #B3C8D5 | BordersInactive statesPlaceholder text |
| 400 | 8CAC #8CACC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B94 #6B94AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5078 #507891 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F5F #3F5F73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D44 #2D4452 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2C #1D2C35 | Primary textHigh emphasis contentDark headings |
| 950 | 121B #121B21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8FA;
--charcoal-100: #E8EEF2;
--charcoal-200: #D4E0E7;
--charcoal-300: #B3C8D5;
--charcoal-400: #8CACC0;
--charcoal-500: #6B94AE;
--charcoal-600: #507891;
--charcoal-700: #3F5F73;
--charcoal-800: #2D4452;
--charcoal-900: #1D2C35;
--charcoal-950: #121B21;
}