Purple
#8700E0
PurpleColor Codes
All color formats for development
HEX
#8700E0RGB
rgb(135, 0, 224)HSL
hsl(276, 100%, 44%)OKLCH
oklch(0.509 0.268 302.3)CMYK
cmyk(40%, 100%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7900CA
2#6C00B4
3#5E009D
4#510087
5#430070
6#36005A
7#280043
8#1B002D
9#0D0016
Tints
Lighter variations
1#9800FD
2#A41BFF
3#AF37FF
4#BA54FF
5#C670FF
6#D18DFF
7#DDA9FF
8#E8C6FF
9#F4E2FF
Tones
Muted variations
1#840BD5
2#8216CA
3#8022BF
4#7E2DB4
5#7B38A8
6#79439D
7#774F92
8#755A87
9#72657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DB #F1DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E4BD #E4BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | D08A #D08AFF | BordersInactive statesPlaceholder text |
| 400 | B84D #B84DFF | Disabled statesSecondary iconsMuted text |
| 500 | A31A #A31AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 8700 #8700E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6B00 #6B00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4C00 #4C0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3100 #310052 | Primary textHigh emphasis contentDark headings |
| 950 | 1F00 #1F0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F9F0FF;
--purple-100: #F1DBFF;
--purple-200: #E4BDFF;
--purple-300: #D08AFF;
--purple-400: #B84DFF;
--purple-500: #A31AFF;
--purple-600: #8700E0;
--purple-700: #6B00B3;
--purple-800: #4C0080;
--purple-900: #310052;
--purple-950: #1F0033;
}