Charcoal
#2E2E52
BlueColor Codes
All color formats for development
HEX
#2E2E52RGB
rgb(46, 46, 82)HSL
hsl(240, 28%, 25%)OKLCH
oklch(0.32 0.063 282.2)CMYK
cmyk(44%, 44%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#292949
2#252541
3#202039
4#1C1C31
5#171729
6#121221
7#0E0E18
8#090910
9#050508
Tints
Lighter variations
1#3C3C6A
2#494983
3#57579B
4#6C6CAC
5#8585BA
6#9D9DC8
7#B6B6D6
8#CECEE3
9#E7E7F1
Tones
Muted variations
1#303050
2#31314E
3#33334C
4#35354A
5#373749
6#393947
7#3A3A45
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 | B4B4 #B4B4D5 | BordersInactive statesPlaceholder text |
| 400 | 8D8D #8D8DBF | Disabled statesSecondary iconsMuted text |
| 500 | 6C6C #6C6CAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5151 #515190 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4040 #404072 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E2E #2E2E52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D1D #1D1D34 | Primary textHigh emphasis contentDark headings |
| 950 | 1212 #121221 | 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: #B4B4D5;
--charcoal-400: #8D8DBF;
--charcoal-500: #6C6CAC;
--charcoal-600: #515190;
--charcoal-700: #404072;
--charcoal-800: #2E2E52;
--charcoal-900: #1D1D34;
--charcoal-950: #121221;
}