Charcoal
#2E3752
BlueColor Codes
All color formats for development
HEX
#2E3752RGB
rgb(46, 55, 82)HSL
hsl(225, 28%, 25%)OKLCH
oklch(0.341 0.049 269.6)CMYK
cmyk(44%, 33%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#293149
2#252C41
3#202639
4#1C2131
5#171B29
6#121621
7#0E1018
8#090B10
9#050508
Tints
Lighter variations
1#3C476A
2#495883
3#57689B
4#6C7CAC
5#8592BA
6#9DA8C8
7#B6BED6
8#CED3E3
9#E7E9F1
Tones
Muted variations
1#303850
2#31394E
3#333A4C
4#353A4A
5#373B49
6#393C47
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 | D5D9 #D5D9E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4BC #B4BCD5 | BordersInactive statesPlaceholder text |
| 400 | 8D99 #8D99BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C7C #6C7CAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5160 #516090 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 404D #404D72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E37 #2E3752 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D23 #1D2334 | 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: #D5D9E7;
--charcoal-300: #B4BCD5;
--charcoal-400: #8D99BF;
--charcoal-500: #6C7CAC;
--charcoal-600: #516090;
--charcoal-700: #404D72;
--charcoal-800: #2E3752;
--charcoal-900: #1D2334;
--charcoal-950: #121621;
}