Purple
#8C1CC4
PurpleColor Codes
All color formats for development
HEX
#8C1CC4RGB
rgb(140, 28, 196)HSL
hsl(280, 75%, 44%)OKLCH
oklch(0.501 0.235 310)CMYK
cmyk(29%, 86%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7E19B1
2#70169D
3#621489
4#541176
5#460E62
6#380B4F
7#2A083B
8#1C0627
9#0E0314
Tints
Lighter variations
1#9E20DD
2#A937E2
3#B450E6
4#BF69EA
5#C982ED
6#D49BF1
7#DFB4F4
8#EACDF8
9#F4E6FB
Tones
Muted variations
1#8924BC
2#872DB4
3#8435AB
4#813EA3
5#7E469A
6#7B4F92
7#795789
8#765F81
9#736879
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F2 #F9F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2E0 #F2E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6C5 #E6C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | D398 #D398F0 | BordersInactive statesPlaceholder text |
| 400 | BC63 #BC63E9 | Disabled statesSecondary iconsMuted text |
| 500 | A936 #A936E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8C1C #8C1CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7016 #70169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5010 #501070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 330A #330A47 | Primary textHigh emphasis contentDark headings |
| 950 | 2006 #20062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F9F2FD;
--purple-100: #F2E0FB;
--purple-200: #E6C5F7;
--purple-300: #D398F0;
--purple-400: #BC63E9;
--purple-500: #A936E2;
--purple-600: #8C1CC4;
--purple-700: #70169C;
--purple-800: #501070;
--purple-900: #330A47;
--purple-950: #20062D;
}