Charcoal
#200A47
PurpleColor Codes
All color formats for development
HEX
#200A47RGB
rgb(32, 10, 71)HSL
hsl(262, 75%, 16%)OKLCH
oklch(0.226 0.104 292.3)CMYK
cmyk(55%, 86%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D0940
2#1A0839
3#170732
4#14062B
5#100524
6#0D041D
7#0A0315
8#07020E
9#030107
Tints
Lighter variations
1#32106D
2#431592
3#541AB8
4#6520DD
5#7E44E4
6#9869EA
7#B28FEF
8#CCB4F4
9#E5DAFA
Tones
Muted variations
1#210D44
2#221041
3#23133E
4#24163B
5#251A38
6#261D35
7#262032
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 | B998 #B998F0 | BordersInactive statesPlaceholder text |
| 400 | 9463 #9463E9 | Disabled statesSecondary iconsMuted text |
| 500 | 7536 #7536E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A1C #5A1CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4716 #47169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3310 #331070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 210A #210A47 | 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: #B998F0;
--charcoal-400: #9463E9;
--charcoal-500: #7536E2;
--charcoal-600: #5A1CC4;
--charcoal-700: #47169C;
--charcoal-800: #331070;
--charcoal-900: #210A47;
--charcoal-950: #14062D;
}