Purple
#8507DA
PurpleColor Codes
All color formats for development
HEX
#8507DARGB
rgb(133, 7, 218)HSL
hsl(276, 94%, 44%)OKLCH
oklch(0.503 0.261 302.8)CMYK
cmyk(39%, 97%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7806C4
2#6B05AE
3#5D0598
4#500483
5#43036D
6#350357
7#280241
8#1B012C
9#0D0116
Tints
Lighter variations
1#9608F5
2#A221F8
3#AE3DF9
4#B959FA
5#C574FB
6#D190FC
7#DCACFC
8#E8C8FD
9#F3E3FE
Tones
Muted variations
1#8311CF
2#811CC5
3#7F26BA
4#7D31AF
5#7B3BA5
6#79469A
7#775190
8#745B85
9#72667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DC #F1DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E4BF #E4BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | CF8D #CF8DFB | BordersInactive statesPlaceholder text |
| 400 | B752 #B752FA | Disabled statesSecondary iconsMuted text |
| 500 | A220 #A220F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8507 #8507DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6A05 #6A05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4C04 #4C047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3002 #30024F | 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: #F9F0FF;
--purple-100: #F1DCFE;
--purple-200: #E4BFFD;
--purple-300: #CF8DFB;
--purple-400: #B752FA;
--purple-500: #A220F8;
--purple-600: #8507DA;
--purple-700: #6A05AD;
--purple-800: #4C047C;
--purple-900: #30024F;
--purple-950: #1E0231;
}