Charcoal
#2E3852
BlueColor Codes
All color formats for development
HEX
#2E3852RGB
rgb(46, 56, 82)HSL
hsl(223, 28%, 25%)OKLCH
oklch(0.344 0.048 267.7)CMYK
cmyk(44%, 32%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#293249
2#252D41
3#202739
4#1C2231
5#171C29
6#121621
7#0E1118
8#090B10
9#050608
Tints
Lighter variations
1#3C496A
2#495A83
3#576A9B
4#6C7EAC
5#8594BA
6#9DA9C8
7#B6BFD6
8#CED4E3
9#E7EAF1
Tones
Muted variations
1#303950
2#313A4E
3#333A4C
4#353B4A
5#373C49
6#393D47
7#3A3D45
8#3C3E43
9#3E3F42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EB #E8EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DA #D5DAE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4BD #B4BDD5 | BordersInactive statesPlaceholder text |
| 400 | 8D9B #8D9BBF | Disabled statesSecondary iconsMuted text |
| 500 | 6C7E #6C7EAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5163 #516390 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 404E #404E72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E38 #2E3852 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D24 #1D2434 | Primary textHigh emphasis contentDark headings |
| 950 | 1216 #121621 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6F9;
--charcoal-100: #E8EBF2;
--charcoal-200: #D5DAE7;
--charcoal-300: #B4BDD5;
--charcoal-400: #8D9BBF;
--charcoal-500: #6C7EAC;
--charcoal-600: #516390;
--charcoal-700: #404E72;
--charcoal-800: #2E3852;
--charcoal-900: #1D2434;
--charcoal-950: #121621;
}