Charcoal
#2E4652
BlueColor Codes
All color formats for development
HEX
#2E4652RGB
rgb(46, 70, 82)HSL
hsl(200, 28%, 25%)OKLCH
oklch(0.38 0.036 230.6)CMYK
cmyk(44%, 15%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#293F49
2#253841
3#203139
4#1C2A31
5#172329
6#121C21
7#0E1518
8#090E10
9#050708
Tints
Lighter variations
1#3C5B6A
2#497083
3#57849B
4#6C97AC
5#85A8BA
6#9DBAC8
7#B6CBD6
8#CEDCE3
9#E7EEF1
Tones
Muted variations
1#304550
2#31454E
3#33444C
4#35434A
5#374349
6#394247
7#3A4245
8#3C4143
9#3E4042
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 | D5E1 #D5E1E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4CA #B4CAD5 | BordersInactive statesPlaceholder text |
| 400 | 8DAE #8DAEBF | Disabled statesSecondary iconsMuted text |
| 500 | 6C97 #6C97AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 517B #517B90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4062 #406272 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E46 #2E4652 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2D #1D2D34 | Primary textHigh emphasis contentDark headings |
| 950 | 121C #121C21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8F9;
--charcoal-100: #E8EFF2;
--charcoal-200: #D5E1E7;
--charcoal-300: #B4CAD5;
--charcoal-400: #8DAEBF;
--charcoal-500: #6C97AC;
--charcoal-600: #517B90;
--charcoal-700: #406272;
--charcoal-800: #2E4652;
--charcoal-900: #1D2D34;
--charcoal-950: #121C21;
}