Purple
#8B02B1
PinkColor Codes
All color formats for development
HEX
#8B02B1RGB
rgb(139, 2, 177)HSL
hsl(287, 98%, 35%)OKLCH
oklch(0.475 0.232 315.7)CMYK
cmyk(21%, 99%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7D029F
2#6F018D
3#61017C
4#53016A
5#450158
6#380147
7#2A0135
8#1C0023
9#0E0012
Tints
Lighter variations
1#A502D2
2#BE02F2
3#CB19FD
4#D33AFD
5#DA5BFD
6#E27CFE
7#E99DFE
8#F0BDFE
9#F8DEFF
Tones
Muted variations
1#860BA8
2#81139F
3#7C1C96
4#77258E
5#722E85
6#6D367C
7#683F73
8#63486B
9#5E5162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DC #F7DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0BD #F0BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | E58B #E58BFE | BordersInactive statesPlaceholder text |
| 400 | D74E #D74EFD | Disabled statesSecondary iconsMuted text |
| 500 | CC1C #CC1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | AF02 #AF02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8B02 #8B02B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6301 #63017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F01 #3F0151 | Primary textHigh emphasis contentDark headings |
| 950 | 2801 #280132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FCF0FF;
--purple-100: #F7DCFF;
--purple-200: #F0BDFE;
--purple-300: #E58BFE;
--purple-400: #D74EFD;
--purple-500: #CC1CFD;
--purple-600: #AF02DE;
--purple-700: #8B02B1;
--purple-800: #63017E;
--purple-900: #3F0151;
--purple-950: #280132;
}