Charcoal
#210A47
PurpleColor Codes
All color formats for development
HEX
#210A47RGB
rgb(33, 10, 71)HSL
hsl(263, 75%, 16%)OKLCH
oklch(0.228 0.104 293.4)CMYK
cmyk(54%, 86%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E0940
2#1B0839
3#180732
4#14062B
5#110524
6#0D041D
7#0A0315
8#07020E
9#030107
Tints
Lighter variations
1#33106D
2#451592
3#571AB8
4#6820DD
5#8144E4
6#9A69EA
7#B38FEF
8#CDB4F4
9#E6DAFA
Tones
Muted variations
1#220D44
2#231041
3#24133E
4#25163B
5#251A38
6#261D35
7#272032
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 | D8C5 #D8C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | BA98 #BA98F0 | BordersInactive statesPlaceholder text |
| 400 | 9663 #9663E9 | Disabled statesSecondary iconsMuted text |
| 500 | 7836 #7836E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D1C #5D1CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A16 #4A169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3510 #351070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 220A #220A47 | Primary textHigh emphasis contentDark headings |
| 950 | 1506 #15062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F2FD;
--charcoal-100: #EAE0FB;
--charcoal-200: #D8C5F7;
--charcoal-300: #BA98F0;
--charcoal-400: #9663E9;
--charcoal-500: #7836E2;
--charcoal-600: #5D1CC4;
--charcoal-700: #4A169C;
--charcoal-800: #351070;
--charcoal-900: #220A47;
--charcoal-950: #15062D;
}