Charcoal
#2E2F52
BlueColor Codes
All color formats for development
HEX
#2E2F52RGB
rgb(46, 47, 82)HSL
hsl(238, 28%, 25%)OKLCH
oklch(0.322 0.062 281.1)CMYK
cmyk(44%, 43%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#292A49
2#252641
3#202139
4#1C1C31
5#171829
6#121321
7#0E0E18
8#090910
9#050508
Tints
Lighter variations
1#3C3D6A
2#494B83
3#57599B
4#6C6EAC
5#8586BA
6#9D9FC8
7#B6B7D6
8#CECFE3
9#E7E7F1
Tones
Muted variations
1#303150
2#31324E
3#33344C
4#35364A
5#373749
6#393947
7#3A3B45
8#3C3C43
9#3E3E42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8E8 #E8E8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D5 #D5D5E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4B5 #B4B5D5 | BordersInactive statesPlaceholder text |
| 400 | 8D8E #8D8EBF | Disabled statesSecondary iconsMuted text |
| 500 | 6C6E #6C6EAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5153 #515390 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4042 #404272 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E2F #2E2F52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D1E #1D1E34 | Primary textHigh emphasis contentDark headings |
| 950 | 1213 #121321 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F5F9;
--charcoal-100: #E8E8F2;
--charcoal-200: #D5D5E7;
--charcoal-300: #B4B5D5;
--charcoal-400: #8D8EBF;
--charcoal-500: #6C6EAC;
--charcoal-600: #515390;
--charcoal-700: #404272;
--charcoal-800: #2E2F52;
--charcoal-900: #1D1E34;
--charcoal-950: #121321;
}