Charcoal
#2E3252
BlueColor Codes
All color formats for development
HEX
#2E3252RGB
rgb(46, 50, 82)HSL
hsl(233, 28%, 25%)OKLCH
oklch(0.329 0.057 277.4)CMYK
cmyk(44%, 39%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#292D49
2#252841
3#202339
4#1C1E31
5#171929
6#121421
7#0E0F18
8#090A10
9#050508
Tints
Lighter variations
1#3C416A
2#495083
3#575F9B
4#6C74AC
5#858BBA
6#9DA2C8
7#B6B9D6
8#CED1E3
9#E7E8F1
Tones
Muted variations
1#303350
2#31354E
3#33364C
4#35384A
5#373949
6#393A47
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 | 6C74 #6C74AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5158 #515890 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4046 #404672 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E32 #2E3252 | 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: #6C74AC;
--charcoal-600: #515890;
--charcoal-700: #404672;
--charcoal-800: #2E3252;
--charcoal-900: #1D2034;
--charcoal-950: #121421;
}