Purple
#8F00B3
PinkColor Codes
All color formats for development
HEX
#8F00B3RGB
rgb(143, 0, 179)HSL
hsl(288, 100%, 35%)OKLCH
oklch(0.482 0.235 316.6)CMYK
cmyk(20%, 100%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8100A1
2#72008F
3#64007D
4#56006B
5#470059
6#390047
7#2B0036
8#1D0024
9#0E0012
Tints
Lighter variations
1#A900D4
2#C400F5
3#D117FF
4#D738FF
5#DE59FF
6#E47AFF
7#EB9CFF
8#F2BDFF
9#F8DEFF
Tones
Muted variations
1#8909AA
2#8412A1
3#7F1B98
4#79248F
5#742D86
6#6F367D
7#693E74
8#64476B
9#5F5062
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DB #F8DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2BD #F2BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | E88A #E88AFF | BordersInactive statesPlaceholder text |
| 400 | DB4D #DB4DFF | Disabled statesSecondary iconsMuted text |
| 500 | D11A #D11AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | B400 #B400E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8F00 #8F00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6600 #660080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4100 #410052 | Primary textHigh emphasis contentDark headings |
| 950 | 2900 #290033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FCF0FF;
--purple-100: #F8DBFF;
--purple-200: #F2BDFF;
--purple-300: #E88AFF;
--purple-400: #DB4DFF;
--purple-500: #D11AFF;
--purple-600: #B400E0;
--purple-700: #8F00B3;
--purple-800: #660080;
--purple-900: #410052;
--purple-950: #290033;
}