Charcoal
#2E3452
BlueColor Codes
All color formats for development
HEX
#2E3452RGB
rgb(46, 52, 82)HSL
hsl(230, 28%, 25%)OKLCH
oklch(0.334 0.054 274.5)CMYK
cmyk(44%, 37%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#292F49
2#252941
3#202439
4#1C1F31
5#171A29
6#121521
7#0E1018
8#090A10
9#050508
Tints
Lighter variations
1#3C436A
2#495383
3#57639B
4#6C77AC
5#858EBA
6#9DA4C8
7#B6BBD6
8#CED2E3
9#E7E8F1
Tones
Muted variations
1#303550
2#31364E
3#33374C
4#35394A
5#373A49
6#393B47
7#3A3C45
8#3C3D43
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 | B4B9 #B4B9D5 | BordersInactive statesPlaceholder text |
| 400 | 8D95 #8D95BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C77 #6C77AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 515B #515B90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4049 #404972 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E34 #2E3452 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D21 #1D2134 | 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: #B4B9D5;
--charcoal-400: #8D95BF;
--charcoal-500: #6C77AC;
--charcoal-600: #515B90;
--charcoal-700: #404972;
--charcoal-800: #2E3452;
--charcoal-900: #1D2134;
--charcoal-950: #121521;
}