Purple
#8802B1
PinkColor Codes
All color formats for development
HEX
#8802B1RGB
rgb(136, 2, 177)HSL
hsl(286, 98%, 35%)OKLCH
oklch(0.47 0.231 314.6)CMYK
cmyk(23%, 99%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7A029F
2#6D018D
3#5F017C
4#52016A
5#440158
6#360147
7#290135
8#1B0023
9#0E0012
Tints
Lighter variations
1#A102D2
2#BA02F2
3#C819FD
4#D03AFD
5#D75BFD
6#DF7CFE
7#E79DFE
8#EFBDFE
9#F7DEFF
Tones
Muted variations
1#830BA8
2#7F139F
3#7A1C96
4#75258E
5#712E85
6#6C367C
7#673F73
8#63486B
9#5E5162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DC #F6DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFBD #EFBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | E38B #E38BFE | BordersInactive statesPlaceholder text |
| 400 | D44E #D44EFD | Disabled statesSecondary iconsMuted text |
| 500 | C81C #C81CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | AB02 #AB02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8802 #8802B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6101 #61017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3E01 #3E0151 | Primary textHigh emphasis contentDark headings |
| 950 | 2701 #270132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF0FF;
--purple-100: #F6DCFF;
--purple-200: #EFBDFE;
--purple-300: #E38BFE;
--purple-400: #D44EFD;
--purple-500: #C81CFD;
--purple-600: #AB02DE;
--purple-700: #8802B1;
--purple-800: #61017E;
--purple-900: #3E0151;
--purple-950: #270132;
}