Charcoal
#210A48
PurpleColor Codes
All color formats for development
HEX
#210A48RGB
rgb(33, 10, 72)HSL
hsl(262, 76%, 16%)OKLCH
oklch(0.229 0.105 292.9)CMYK
cmyk(54%, 86%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D0941
2#1A0839
3#170732
4#14062B
5#100524
6#0D041D
7#0A0316
8#07020E
9#030107
Tints
Lighter variations
1#320F6E
2#431493
3#5419B9
4#651EDF
5#7E43E5
6#9868EA
7#B28EF0
8#CBB4F5
9#E5D9FA
Tones
Muted variations
1#210D45
2#221042
3#23133F
4#24163B
5#251938
6#251C35
7#261F32
8#27232F
9#28262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F2 #F6F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAE0 #EAE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C5 #D7C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B898 #B898F1 | BordersInactive statesPlaceholder text |
| 400 | 9462 #9462EA | Disabled statesSecondary iconsMuted text |
| 500 | 7535 #7535E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 591B #591BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4715 #47159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 330F #330F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 210A #210A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1406 #14062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F2FD;
--charcoal-100: #EAE0FB;
--charcoal-200: #D7C5F7;
--charcoal-300: #B898F1;
--charcoal-400: #9462EA;
--charcoal-500: #7535E3;
--charcoal-600: #591BC5;
--charcoal-700: #47159D;
--charcoal-800: #330F70;
--charcoal-900: #210A48;
--charcoal-950: #14062D;
}