Charcoal
#2E3B52
BlueColor Codes
All color formats for development
HEX
#2E3B52RGB
rgb(46, 59, 82)HSL
hsl(218, 28%, 25%)OKLCH
oklch(0.351 0.044 261.5)CMYK
cmyk(44%, 28%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#293549
2#252F41
3#202939
4#1C2331
5#171D29
6#121821
7#0E1218
8#090C10
9#050608
Tints
Lighter variations
1#3C4D6A
2#495E83
3#57709B
4#6C84AC
5#8598BA
6#9DADC8
7#B6C1D6
8#CED6E3
9#E7EAF1
Tones
Muted variations
1#303B50
2#313C4E
3#333C4C
4#353D4A
5#373D49
6#393E47
7#3A3E45
8#3C3F43
9#3E3F42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EC #E8ECF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DB #D5DBE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4C0 #B4C0D5 | BordersInactive statesPlaceholder text |
| 400 | 8D9F #8D9FBF | Disabled statesSecondary iconsMuted text |
| 500 | 6C84 #6C84AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5168 #516890 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4053 #405372 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E3B #2E3B52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D26 #1D2634 | Primary textHigh emphasis contentDark headings |
| 950 | 1218 #121821 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F7F9;
--charcoal-100: #E8ECF2;
--charcoal-200: #D5DBE7;
--charcoal-300: #B4C0D5;
--charcoal-400: #8D9FBF;
--charcoal-500: #6C84AC;
--charcoal-600: #516890;
--charcoal-700: #405372;
--charcoal-800: #2E3B52;
--charcoal-900: #1D2634;
--charcoal-950: #121821;
}