Charcoal
#2E3352
BlueColor Codes
All color formats for development
HEX
#2E3352RGB
rgb(46, 51, 82)HSL
hsl(232, 28%, 25%)OKLCH
oklch(0.331 0.055 276)CMYK
cmyk(44%, 38%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#292E49
2#252941
3#202339
4#1C1E31
5#171929
6#121421
7#0E0F18
8#090A10
9#050508
Tints
Lighter variations
1#3C426A
2#495183
3#57609B
4#6C75AC
5#858CBA
6#9DA3C8
7#B6BAD6
8#CED1E3
9#E7E8F1
Tones
Muted variations
1#303450
2#31354E
3#33374C
4#35384A
5#373949
6#393B47
7#3A3C45
8#3C3D43
9#3E3E42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8E9 #E8E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D7 #D5D7E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4B8 #B4B8D5 | BordersInactive statesPlaceholder text |
| 400 | 8D93 #8D93BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C75 #6C75AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5159 #515990 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4047 #404772 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E33 #2E3352 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D20 #1D2034 | Primary textHigh emphasis contentDark headings |
| 950 | 1214 #121421 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6F9;
--charcoal-100: #E8E9F2;
--charcoal-200: #D5D7E7;
--charcoal-300: #B4B8D5;
--charcoal-400: #8D93BF;
--charcoal-500: #6C75AC;
--charcoal-600: #515990;
--charcoal-700: #404772;
--charcoal-800: #2E3352;
--charcoal-900: #1D2034;
--charcoal-950: #121421;
}