Charcoal
#330949
PurpleColor Codes
All color formats for development
HEX
#330949RGB
rgb(51, 9, 73)HSL
hsl(279, 78%, 16%)OKLCH
oklch(0.254 0.111 310.4)CMYK
cmyk(30%, 88%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D0841
2#28073A
3#230633
4#1E052C
5#190424
6#14041D
7#0F0316
8#0A020F
9#050107
Tints
Lighter variations
1#4D0E6F
2#671295
3#8217BB
4#9C1CE1
5#AD40E7
6#BD66EC
7#CE8DF1
8#DEB3F6
9#EFD9FA
Tones
Muted variations
1#310C45
2#300F42
3#2F133F
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 | F1DF #F1DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6C4 #E6C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D297 #D297F2 | BordersInactive statesPlaceholder text |
| 400 | BB60 #BB60EB | Disabled statesSecondary iconsMuted text |
| 500 | A733 #A733E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8A19 #8A19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6E14 #6E149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4F0E #4F0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3209 #320949 | Primary textHigh emphasis contentDark headings |
| 950 | 1F06 #1F062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F9F1FD;
--charcoal-100: #F1DFFB;
--charcoal-200: #E6C4F8;
--charcoal-300: #D297F2;
--charcoal-400: #BB60EB;
--charcoal-500: #A733E6;
--charcoal-600: #8A19C8;
--charcoal-700: #6E149F;
--charcoal-800: #4F0E71;
--charcoal-900: #320949;
--charcoal-950: #1F062D;
}