Charcoal
#2E4852
BlueColor Codes
All color formats for development
HEX
#2E4852RGB
rgb(46, 72, 82)HSL
hsl(197, 28%, 25%)OKLCH
oklch(0.385 0.036 224.1)CMYK
cmyk(44%, 12%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#294049
2#253941
3#203239
4#1C2B31
5#172429
6#121D21
7#0E1518
8#090E10
9#050708
Tints
Lighter variations
1#3C5D6A
2#497283
3#57889B
4#6C9AAC
5#85ABBA
6#9DBCC8
7#B6CDD6
8#CEDDE3
9#E7EEF1
Tones
Muted variations
1#304750
2#31464E
3#33454C
4#35444A
5#374449
6#394347
7#3A4245
8#3C4143
9#3E4142
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EF #E8EFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E2 #D5E2E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4CB #B4CBD5 | BordersInactive statesPlaceholder text |
| 400 | 8DB1 #8DB1BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C9A #6C9AAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 517E #517E90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4064 #406472 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E47 #2E4752 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2E #1D2E34 | Primary textHigh emphasis contentDark headings |
| 950 | 121D #121D21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8F9;
--charcoal-100: #E8EFF2;
--charcoal-200: #D5E2E7;
--charcoal-300: #B4CBD5;
--charcoal-400: #8DB1BF;
--charcoal-500: #6C9AAC;
--charcoal-600: #517E90;
--charcoal-700: #406472;
--charcoal-800: #2E4752;
--charcoal-900: #1D2E34;
--charcoal-950: #121D21;
}