Purple
#8D03B0
PinkColor Codes
All color formats for development
HEX
#8D03B0RGB
rgb(141, 3, 176)HSL
hsl(288, 97%, 35%)OKLCH
oklch(0.477 0.232 316.7)CMYK
cmyk(20%, 98%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7F029E
2#71028D
3#63027B
4#550269
5#470158
6#380146
7#2A0135
8#1C0123
9#0E0012
Tints
Lighter variations
1#A703D0
2#C204F1
3#CF1AFC
4#D53BFC
5#DC5CFD
6#E37CFD
7#EA9DFE
8#F1BEFE
9#F8DEFF
Tones
Muted variations
1#880BA7
2#83149F
3#7E1D96
4#78258D
5#732E85
6#6E377C
7#693F73
8#64486B
9#5E5162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DC #F8DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1BE #F1BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | E68B #E68BFD | BordersInactive statesPlaceholder text |
| 400 | DA4F #DA4FFC | Disabled statesSecondary iconsMuted text |
| 500 | CF1D #CF1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | B203 #B203DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8D03 #8D03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6502 #65027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4101 #410150 | 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: #F8DCFE;
--purple-200: #F1BEFE;
--purple-300: #E68BFD;
--purple-400: #DA4FFC;
--purple-500: #CF1DFC;
--purple-600: #B203DD;
--purple-700: #8D03B0;
--purple-800: #65027E;
--purple-900: #410150;
--purple-950: #280132;
}