Purple
#8305AD
PinkColor Codes
All color formats for development
HEX
#8305ADRGB
rgb(131, 5, 173)HSL
hsl(285, 94%, 35%)OKLCH
oklch(0.461 0.226 313.8)CMYK
cmyk(24%, 97%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#76059C
2#69048B
3#5C0479
4#4F0368
5#420357
6#340245
7#270234
8#1A0123
9#0D0111
Tints
Lighter variations
1#9C06CD
2#B407ED
3#C21EF8
4#CA3EF9
5#D35EFA
6#DC7EFB
7#E59FFC
8#EDBFFD
9#F6DFFE
Tones
Muted variations
1#7F0EA5
2#7B169C
3#771F94
4#72278C
5#6E2F83
6#6A387B
7#664072
8#62486A
9#5D5162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DC #F6DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDBF #EDBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E08D #E08DFB | BordersInactive statesPlaceholder text |
| 400 | D052 #D052FA | Disabled statesSecondary iconsMuted text |
| 500 | C220 #C220F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | A507 #A507DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8305 #8305AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5E04 #5E047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C02 #3C024F | 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: #FBF0FF;
--purple-100: #F6DCFE;
--purple-200: #EDBFFD;
--purple-300: #E08DFB;
--purple-400: #D052FA;
--purple-500: #C220F8;
--purple-600: #A507DA;
--purple-700: #8305AD;
--purple-800: #5E047C;
--purple-900: #3C024F;
--purple-950: #250231;
}