Purple
#8E0CD4
PurpleColor Codes
All color formats for development
HEX
#8E0CD4RGB
rgb(142, 12, 212)HSL
hsl(279, 89%, 44%)OKLCH
oklch(0.511 0.257 307.3)CMYK
cmyk(33%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#800BBF
2#720AAA
3#640994
4#55077F
5#47066A
6#390555
7#2B0440
8#1C022A
9#0E0115
Tints
Lighter variations
1#A00EEF
2#AB27F2
3#B642F4
4#C05DF6
5#CB78F7
6#D593F9
7#E0AEFA
8#EAC9FC
9#F5E4FD
Tones
Muted variations
1#8B16CA
2#8820C0
3#852AB6
4#8234AC
5#7F3EA2
6#7C4898
7#79528E
8#765C84
9#73667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DD #F2DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7C0 #E7C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | D490 #D490F9 | BordersInactive statesPlaceholder text |
| 400 | BE56 #BE56F5 | Disabled statesSecondary iconsMuted text |
| 500 | AB26 #AB26F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8E0C #8E0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 710A #710AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5107 #510778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3404 #34044D | Primary textHigh emphasis contentDark headings |
| 950 | 2003 #200330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F9F1FE;
--purple-100: #F2DDFD;
--purple-200: #E7C0FB;
--purple-300: #D490F9;
--purple-400: #BE56F5;
--purple-500: #AB26F2;
--purple-600: #8E0CD4;
--purple-700: #710AA9;
--purple-800: #510778;
--purple-900: #34044D;
--purple-950: #200330;
}