Purple
#8508D9
PurpleColor Codes
All color formats for development
HEX
#8508D9RGB
rgb(133, 8, 217)HSL
hsl(276, 93%, 44%)OKLCH
oklch(0.502 0.26 303)CMYK
cmyk(39%, 96%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7807C3
2#6A06AD
3#5D0598
4#500582
5#43046C
6#350357
7#280241
8#1B022B
9#0D0116
Tints
Lighter variations
1#9609F4
2#A223F7
3#AE3EF8
4#B95AF9
5#C575FA
6#D191FB
7#DCACFC
8#E8C8FD
9#F3E3FE
Tones
Muted variations
1#8312CE
2#811DC4
3#7F27B9
4#7D32AF
5#7B3CA4
6#79469A
7#765190
8#745B85
9#72667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DD #F0DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E4BF #E4BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | CF8E #CF8EFB | BordersInactive statesPlaceholder text |
| 400 | B653 #B653F9 | Disabled statesSecondary iconsMuted text |
| 500 | A222 #A222F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8508 #8508D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6A06 #6A06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4C04 #4C047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 3003 #30034F | Primary textHigh emphasis contentDark headings |
| 950 | 1E02 #1E0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F9F0FE;
--purple-100: #F0DDFE;
--purple-200: #E4BFFD;
--purple-300: #CF8EFB;
--purple-400: #B653F9;
--purple-500: #A222F7;
--purple-600: #8508D9;
--purple-700: #6A06AC;
--purple-800: #4C047B;
--purple-900: #30034F;
--purple-950: #1E0231;
}