Purple
#8E0DD3
PurpleColor Codes
All color formats for development
HEX
#8E0DD3RGB
rgb(142, 13, 211)HSL
hsl(279, 88%, 44%)OKLCH
oklch(0.51 0.255 307.5)CMYK
cmyk(33%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#800CBE
2#710BA9
3#630994
4#55087F
5#470769
6#390554
7#2B043F
8#1C032A
9#0E0115
Tints
Lighter variations
1#A00FEE
2#AB28F1
3#B543F3
4#C05EF5
5#CA79F6
6#D594F8
7#DFAEFA
8#EAC9FC
9#F4E4FD
Tones
Muted variations
1#8B17C9
2#8821BF
3#852BB5
4#8235AB
5#7F3FA2
6#7C4998
7#79538E
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 | E7C1 #E7C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | D491 #D491F8 | BordersInactive statesPlaceholder text |
| 400 | BD57 #BD57F4 | Disabled statesSecondary iconsMuted text |
| 500 | AB27 #AB27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8E0D #8E0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 710B #710BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5108 #510878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3405 #34054D | 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: #E7C1FB;
--purple-300: #D491F8;
--purple-400: #BD57F4;
--purple-500: #AB27F1;
--purple-600: #8E0DD3;
--purple-700: #710BA8;
--purple-800: #510878;
--purple-900: #34054D;
--purple-950: #200330;
}