Charcoal
#2E3D52
BlueColor Codes
All color formats for development
HEX
#2E3D52RGB
rgb(46, 61, 82)HSL
hsl(215, 28%, 25%)OKLCH
oklch(0.356 0.042 256.9)CMYK
cmyk(44%, 26%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#293749
2#253141
3#202B39
4#1C2431
5#171E29
6#121821
7#0E1218
8#090C10
9#050608
Tints
Lighter variations
1#3C4F6A
2#496183
3#57739B
4#6C87AC
5#859BBA
6#9DAFC8
7#B6C3D6
8#CED7E3
9#E7EBF1
Tones
Muted variations
1#303D50
2#313D4E
3#333E4C
4#353E4A
5#373E49
6#393F47
7#3A3F45
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 | D5DC #D5DCE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4C2 #B4C2D5 | BordersInactive statesPlaceholder text |
| 400 | 8DA2 #8DA2BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C87 #6C87AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 516B #516B90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4055 #405572 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E3D #2E3D52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D27 #1D2734 | 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: #D5DCE7;
--charcoal-300: #B4C2D5;
--charcoal-400: #8DA2BF;
--charcoal-500: #6C87AC;
--charcoal-600: #516B90;
--charcoal-700: #405572;
--charcoal-800: #2E3D52;
--charcoal-900: #1D2734;
--charcoal-950: #121821;
}