Purple
#8507AB
PinkColor Codes
All color formats for development
HEX
#8507ABRGB
rgb(133, 7, 171)HSL
hsl(286, 92%, 35%)OKLCH
oklch(0.463 0.224 315.1)CMYK
cmyk(22%, 96%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78069A
2#6A0689
3#5D0578
4#500467
5#430456
6#350345
7#280233
8#1B0122
9#0D0111
Tints
Lighter variations
1#9E08CB
2#B60AEB
3#C420F6
4#CC40F7
5#D560F8
6#DD80FA
7#E6A0FB
8#EEBFFC
9#F7DFFE
Tones
Muted variations
1#810FA3
2#7C189B
3#782093
4#74288B
5#6F3082
6#6B387A
7#664172
8#62496A
9#5E5161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DD #F6DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEBF #EEBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | E18E #E18EFA | BordersInactive statesPlaceholder text |
| 400 | D254 #D254F8 | Disabled statesSecondary iconsMuted text |
| 500 | C523 #C523F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | A709 #A709D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8507 #8507AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5F05 #5F057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D03 #3D034E | Primary textHigh emphasis contentDark headings |
| 950 | 2602 #260231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF0FE;
--purple-100: #F6DDFE;
--purple-200: #EEBFFC;
--purple-300: #E18EFA;
--purple-400: #D254F8;
--purple-500: #C523F6;
--purple-600: #A709D7;
--purple-700: #8507AB;
--purple-800: #5F057A;
--purple-900: #3D034E;
--purple-950: #260231;
}