Charcoal
#330849
PurpleColor Codes
All color formats for development
HEX
#330849RGB
rgb(51, 8, 73)HSL
hsl(280, 80%, 16%)OKLCH
oklch(0.253 0.113 310.6)CMYK
cmyk(30%, 89%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F0742
2#29073B
3#240633
4#1F052C
5#1A0425
6#15031D
7#100216
8#0A020F
9#050107
Tints
Lighter variations
1#4F0C70
2#6A1197
3#8515BD
4#A019E4
5#B03EEA
6#C065EE
7#D08BF2
8#E0B2F6
9#EFD8FB
Tones
Muted variations
1#330B46
2#320F43
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 | F2DF #F2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7C3 #E7C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D495 #D495F3 | BordersInactive statesPlaceholder text |
| 400 | BE5E #BE5EED | Disabled statesSecondary iconsMuted text |
| 500 | AB30 #AB30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8E16 #8E16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7112 #7112A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 510D #510D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3408 #340849 | 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: #F2DFFB;
--charcoal-200: #E7C3F8;
--charcoal-300: #D495F3;
--charcoal-400: #BE5EED;
--charcoal-500: #AB30E8;
--charcoal-600: #8E16CA;
--charcoal-700: #7112A1;
--charcoal-800: #510D73;
--charcoal-900: #340849;
--charcoal-950: #20052E;
}