Charcoal
#330948
PurpleColor Codes
All color formats for development
HEX
#330948RGB
rgb(51, 9, 72)HSL
hsl(280, 78%, 16%)OKLCH
oklch(0.253 0.11 311.1)CMYK
cmyk(29%, 88%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E0841
2#29073A
3#240633
4#1F052C
5#1A0424
6#15041D
7#0F0316
8#0A020F
9#050107
Tints
Lighter variations
1#4E0E6F
2#691295
3#8417BB
4#9F1CE1
5#B040E7
6#C066EC
7#CF8DF1
8#DFB3F6
9#EFD9FA
Tones
Muted variations
1#320C45
2#310F42
3#30133F
4#2F163C
5#2E1939
6#2D1C36
7#2C1F32
8#2B222F
9#2A262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DF #F2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6C4 #E6C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D497 #D497F2 | BordersInactive statesPlaceholder text |
| 400 | BD60 #BD60EB | Disabled statesSecondary iconsMuted text |
| 500 | AA33 #AA33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8D19 #8D19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7014 #70149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 500E #500E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3309 #330949 | Primary textHigh emphasis contentDark headings |
| 950 | 2006 #20062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F9F1FD;
--charcoal-100: #F2DFFB;
--charcoal-200: #E6C4F8;
--charcoal-300: #D497F2;
--charcoal-400: #BD60EB;
--charcoal-500: #AA33E6;
--charcoal-600: #8D19C8;
--charcoal-700: #70149F;
--charcoal-800: #500E71;
--charcoal-900: #330949;
--charcoal-950: #20062D;
}