Charcoal
#2E0A47
PurpleColor Codes
All color formats for development
HEX
#2E0A47RGB
rgb(46, 10, 71)HSL
hsl(275, 75%, 16%)OKLCH
oklch(0.246 0.106 306.8)CMYK
cmyk(35%, 86%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#290940
2#250839
3#200732
4#1C062B
5#170524
6#12041D
7#0E0315
8#09020E
9#050107
Tints
Lighter variations
1#46106D
2#5E1592
3#761AB8
4#8E20DD
5#A144E4
6#B469EA
7#C78FEF
8#DAB4F4
9#ECDAFA
Tones
Muted variations
1#2D0D44
2#2D1041
3#2C133E
4#2C163B
5#2B1A38
6#2B1D35
7#2A2032
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 #CC98F0 | BordersInactive statesPlaceholder text |
| 400 | B163 #B163E9 | Disabled statesSecondary iconsMuted text |
| 500 | 9B36 #9B36E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7E1C #7E1CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6416 #64169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4810 #481070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E0A #2E0A47 | 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: #CC98F0;
--charcoal-400: #B163E9;
--charcoal-500: #9B36E2;
--charcoal-600: #7E1CC4;
--charcoal-700: #64169C;
--charcoal-800: #481070;
--charcoal-900: #2E0A47;
--charcoal-950: #1D062D;
}