Charcoal
#2E0949
PurpleColor Codes
All color formats for development
HEX
#2E0949RGB
rgb(46, 9, 73)HSL
hsl(275, 78%, 16%)OKLCH
oklch(0.247 0.11 305.7)CMYK
cmyk(37%, 88%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#290841
2#25073A
3#200633
4#1C052C
5#170424
6#12041D
7#0E0316
8#09020F
9#050107
Tints
Lighter variations
1#460E6F
2#5F1295
3#7717BB
4#8F1CE1
5#A240E7
6#B466EC
7#C78DF1
8#DAB3F6
9#ECD9FA
Tones
Muted variations
1#2E0C45
2#2D0F42
3#2D133F
4#2C163C
5#2B1939
6#2B1C36
7#2A1F32
8#2A222F
9#29262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDF #EFDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2C4 #E2C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | CC97 #CC97F2 | BordersInactive statesPlaceholder text |
| 400 | B160 #B160EB | Disabled statesSecondary iconsMuted text |
| 500 | 9B33 #9B33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7F19 #7F19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6514 #65149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 480E #480E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E09 #2E0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1D06 #1D062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F8F1FD;
--charcoal-100: #EFDFFB;
--charcoal-200: #E2C4F8;
--charcoal-300: #CC97F2;
--charcoal-400: #B160EB;
--charcoal-500: #9B33E6;
--charcoal-600: #7F19C8;
--charcoal-700: #65149F;
--charcoal-800: #480E71;
--charcoal-900: #2E0949;
--charcoal-950: #1D062D;
}