Charcoal
#33084A
PurpleColor Codes
All color formats for development
HEX
#33084ARGB
rgb(51, 8, 74)HSL
hsl(279, 80%, 16%)OKLCH
oklch(0.254 0.114 309.9)CMYK
cmyk(31%, 89%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E0742
2#28073B
3#230633
4#1E052C
5#190425
6#14031D
7#0F0216
8#0A020F
9#050107
Tints
Lighter variations
1#4D0C70
2#681197
3#8215BD
4#9D19E4
5#AE3EEA
6#BE65EE
7#CE8BF2
8#DEB2F6
9#EFD8FB
Tones
Muted variations
1#320B46
2#310F43
3#301240
4#2F153C
5#2E1839
6#2D1C36
7#2C1F33
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 | E6C3 #E6C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D295 #D295F3 | BordersInactive statesPlaceholder text |
| 400 | BB5E #BB5EED | Disabled statesSecondary iconsMuted text |
| 500 | A830 #A830E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8B16 #8B16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6F12 #6F12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4F0D #4F0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3308 #330849 | Primary textHigh emphasis contentDark headings |
| 950 | 2005 #20052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F9F1FD;
--charcoal-100: #F1DFFB;
--charcoal-200: #E6C3F8;
--charcoal-300: #D295F3;
--charcoal-400: #BB5EED;
--charcoal-500: #A830E8;
--charcoal-600: #8B16CA;
--charcoal-700: #6F12A1;
--charcoal-800: #4F0D73;
--charcoal-900: #330849;
--charcoal-950: #20052E;
}