Charcoal
#2E3152
BlueColor Codes
All color formats for development
HEX
#2E3152RGB
rgb(46, 49, 82)HSL
hsl(235, 28%, 25%)OKLCH
oklch(0.327 0.058 278.7)CMYK
cmyk(44%, 40%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#292C49
2#252741
3#202239
4#1C1D31
5#171829
6#121421
7#0E0F18
8#090A10
9#050508
Tints
Lighter variations
1#3C406A
2#494E83
3#575D9B
4#6C71AC
5#8589BA
6#9DA1C8
7#B6B8D6
8#CED0E3
9#E7E7F1
Tones
Muted variations
1#303250
2#31344E
3#33354C
4#35374A
5#373849
6#393A47
7#3A3B45
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 | D5D6 #D5D6E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4B7 #B4B7D5 | BordersInactive statesPlaceholder text |
| 400 | 8D91 #8D91BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C71 #6C71AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5156 #515690 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4044 #404472 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E31 #2E3152 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D1F #1D1F34 | 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: #D5D6E7;
--charcoal-300: #B4B7D5;
--charcoal-400: #8D91BF;
--charcoal-500: #6C71AC;
--charcoal-600: #515690;
--charcoal-700: #404472;
--charcoal-800: #2E3152;
--charcoal-900: #1D1F34;
--charcoal-950: #121421;
}