Purple
#8207AB
PinkColor Codes
All color formats for development
HEX
#8207ABRGB
rgb(130, 7, 171)HSL
hsl(285, 92%, 35%)OKLCH
oklch(0.458 0.223 314)CMYK
cmyk(24%, 96%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75069A
2#680689
3#5B0578
4#4E0467
5#410456
6#340345
7#270233
8#1A0122
9#0D0111
Tints
Lighter variations
1#9B08CB
2#B30AEB
3#C020F6
4#C940F7
5#D260F8
6#DB80FA
7#E4A0FB
8#EDBFFC
9#F6DFFE
Tones
Muted variations
1#7E0FA3
2#7A189B
3#762093
4#72288B
5#6E3082
6#6A387A
7#664172
8#61496A
9#5D5161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DD #F5DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDBF #EDBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | DF8E #DF8EFA | BordersInactive statesPlaceholder text |
| 400 | CF54 #CF54F8 | Disabled statesSecondary iconsMuted text |
| 500 | C123 #C123F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | A409 #A409D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8207 #8207AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5D05 #5D057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C03 #3C034E | Primary textHigh emphasis contentDark headings |
| 950 | 2502 #250231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF0FE;
--purple-100: #F5DDFE;
--purple-200: #EDBFFC;
--purple-300: #DF8EFA;
--purple-400: #CF54F8;
--purple-500: #C123F6;
--purple-600: #A409D7;
--purple-700: #8207AB;
--purple-800: #5D057A;
--purple-900: #3C034E;
--purple-950: #250231;
}