Purple
#8904AE
PinkColor Codes
All color formats for development
HEX
#8904AERGB
rgb(137, 4, 174)HSL
hsl(287, 96%, 35%)OKLCH
oklch(0.47 0.228 315.8)CMYK
cmyk(21%, 98%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7C039D
2#6E038C
3#60027A
4#530269
5#450257
6#370146
7#290134
8#1C0123
9#0E0011
Tints
Lighter variations
1#A304CF
2#BD05F0
3#CA1CFA
4#D23CFB
5#D95DFC
6#E17DFC
7#E89EFD
8#F0BEFE
9#F7DFFE
Tones
Muted variations
1#850CA6
2#80159E
3#7B1D95
4#76268D
5#722E84
6#6D377C
7#684073
8#63486A
9#5E5162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DC #F7DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0BE #F0BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | E48C #E48CFD | BordersInactive statesPlaceholder text |
| 400 | D650 #D650FB | Disabled statesSecondary iconsMuted text |
| 500 | CB1E #CB1EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | AD04 #AD04DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8A04 #8A04AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6203 #62037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F02 #3F0250 | 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: #FCF0FF;
--purple-100: #F7DCFE;
--purple-200: #F0BEFE;
--purple-300: #E48CFD;
--purple-400: #D650FB;
--purple-500: #CB1EFA;
--purple-600: #AD04DC;
--purple-700: #8A04AF;
--purple-800: #62037D;
--purple-900: #3F0250;
--purple-950: #270132;
}