Charcoal
#310A48
PurpleColor Codes
All color formats for development
HEX
#310A48RGB
rgb(49, 10, 72)HSL
hsl(278, 76%, 16%)OKLCH
oklch(0.251 0.108 309)CMYK
cmyk(32%, 86%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C0941
2#270839
3#220732
4#1D062B
5#190524
6#14041D
7#0F0316
8#0A020E
9#050107
Tints
Lighter variations
1#4B0F6E
2#651493
3#7E19B9
4#981EDF
5#AA43E5
6#BB68EA
7#CC8EF0
8#DDB4F5
9#EED9FA
Tones
Muted variations
1#300D45
2#2F1042
3#2F133F
4#2E163B
5#2D1938
6#2C1C35
7#2B1F32
8#2A232F
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 | D098 #D098F1 | BordersInactive statesPlaceholder text |
| 400 | B862 #B862EA | Disabled statesSecondary iconsMuted text |
| 500 | A435 #A435E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 871B #871BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6B15 #6B159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4D0F #4D0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 310A #310A48 | 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: #D098F1;
--charcoal-400: #B862EA;
--charcoal-500: #A435E3;
--charcoal-600: #871BC5;
--charcoal-700: #6B159D;
--charcoal-800: #4D0F70;
--charcoal-900: #310A48;
--charcoal-950: #1F062D;
}