Charcoal
#2E0A48
PurpleColor Codes
All color formats for development
HEX
#2E0A48RGB
rgb(46, 10, 72)HSL
hsl(275, 76%, 16%)OKLCH
oklch(0.247 0.108 306.1)CMYK
cmyk(36%, 86%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#290941
2#250839
3#200732
4#1C062B
5#170524
6#12041D
7#0E0316
8#09020E
9#050107
Tints
Lighter variations
1#460F6E
2#5E1493
3#7619B9
4#8F1EDF
5#A143E5
6#B468EA
7#C78EF0
8#DAB4F5
9#ECD9FA
Tones
Muted variations
1#2D0D45
2#2D1042
3#2C133F
4#2C163B
5#2B1938
6#2B1C35
7#2A1F32
8#2A232F
9#29262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F2 #F8F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFE0 #EFE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2C5 #E2C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | CC98 #CC98F1 | BordersInactive statesPlaceholder text |
| 400 | B162 #B162EA | Disabled statesSecondary iconsMuted text |
| 500 | 9B35 #9B35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7E1B #7E1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6515 #65159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 480F #480F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E0A #2E0A48 | 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: #F8F2FD;
--charcoal-100: #EFE0FB;
--charcoal-200: #E2C5F7;
--charcoal-300: #CC98F1;
--charcoal-400: #B162EA;
--charcoal-500: #9B35E3;
--charcoal-600: #7E1BC5;
--charcoal-700: #65159D;
--charcoal-800: #480F70;
--charcoal-900: #2E0A48;
--charcoal-950: #1D062D;
}