Charcoal
#320A48
PurpleColor Codes
All color formats for development
HEX
#320A48RGB
rgb(50, 10, 72)HSL
hsl(279, 76%, 16%)OKLCH
oklch(0.253 0.109 310)CMYK
cmyk(31%, 86%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D0941
2#280839
3#230732
4#1E062B
5#190524
6#14041D
7#0F0316
8#0A020E
9#050107
Tints
Lighter variations
1#4C0F6E
2#671493
3#8119B9
4#9B1EDF
5#AC43E5
6#BD68EA
7#CD8EF0
8#DEB4F5
9#EED9FA
Tones
Muted variations
1#310D45
2#301042
3#2F133F
4#2E163B
5#2D1938
6#2D1C35
7#2C1F32
8#2B232F
9#2A262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F2 #F9F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1E0 #F1E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5C5 #E5C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | D298 #D298F1 | BordersInactive statesPlaceholder text |
| 400 | BA62 #BA62EA | Disabled statesSecondary iconsMuted text |
| 500 | A635 #A635E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8A1B #8A1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6E15 #6E159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4E0F #4E0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 320A #320A48 | 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: #F9F2FD;
--charcoal-100: #F1E0FB;
--charcoal-200: #E5C5F7;
--charcoal-300: #D298F1;
--charcoal-400: #BA62EA;
--charcoal-500: #A635E3;
--charcoal-600: #8A1BC5;
--charcoal-700: #6E159D;
--charcoal-800: #4E0F70;
--charcoal-900: #320A48;
--charcoal-950: #1F062D;
}