Charcoal
#2E3552
BlueColor Codes
All color formats for development
HEX
#2E3552RGB
rgb(46, 53, 82)HSL
hsl(228, 28%, 25%)OKLCH
oklch(0.336 0.052 273)CMYK
cmyk(44%, 35%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#293049
2#252A41
3#202539
4#1C2031
5#171B29
6#121521
7#0E1018
8#090B10
9#050508
Tints
Lighter variations
1#3C456A
2#495583
3#57659B
4#6C79AC
5#858FBA
6#9DA6C8
7#B6BCD6
8#CED2E3
9#E7E9F1
Tones
Muted variations
1#303650
2#31374E
3#33384C
4#35394A
5#373A49
6#393B47
7#3A3D45
8#3C3E43
9#3E3F42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EA #E8EAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D8 #D5D8E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4BA #B4BAD5 | BordersInactive statesPlaceholder text |
| 400 | 8D97 #8D97BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C79 #6C79AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 515D #515D90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 404A #404A72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E35 #2E3552 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D22 #1D2234 | Primary textHigh emphasis contentDark headings |
| 950 | 1215 #121521 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6F9;
--charcoal-100: #E8EAF2;
--charcoal-200: #D5D8E7;
--charcoal-300: #B4BAD5;
--charcoal-400: #8D97BF;
--charcoal-500: #6C79AC;
--charcoal-600: #515D90;
--charcoal-700: #404A72;
--charcoal-800: #2E3552;
--charcoal-900: #1D2234;
--charcoal-950: #121521;
}