Charcoal
#2E4552
BlueColor Codes
All color formats for development
HEX
#2E4552RGB
rgb(46, 69, 82)HSL
hsl(202, 28%, 25%)OKLCH
oklch(0.377 0.036 233.8)CMYK
cmyk(44%, 16%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#293E49
2#253741
3#203039
4#1C2931
5#172229
6#121B21
7#0E1518
8#090E10
9#050708
Tints
Lighter variations
1#3C596A
2#496E83
3#57829B
4#6C95AC
5#85A7BA
6#9DB8C8
7#B6CAD6
8#CEDCE3
9#E7EDF1
Tones
Muted variations
1#304450
2#31444E
3#33434C
4#35434A
5#374249
6#394247
7#3A4145
8#3C4143
9#3E4042
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EE #E8EEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E0 #D5E0E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4C9 #B4C9D5 | BordersInactive statesPlaceholder text |
| 400 | 8DAC #8DACBF | Disabled statesSecondary iconsMuted text |
| 500 | 6C95 #6C95AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5179 #517990 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4060 #406072 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E45 #2E4552 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2C #1D2C34 | 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: #F5F8F9;
--charcoal-100: #E8EEF2;
--charcoal-200: #D5E0E7;
--charcoal-300: #B4C9D5;
--charcoal-400: #8DACBF;
--charcoal-500: #6C95AC;
--charcoal-600: #517990;
--charcoal-700: #406072;
--charcoal-800: #2E4552;
--charcoal-900: #1D2C34;
--charcoal-950: #121B21;
}