Purple
#9004AF
PinkColor Codes
All color formats for development
HEX
#9004AFRGB
rgb(144, 4, 175)HSL
hsl(289, 96%, 35%)OKLCH
oklch(0.482 0.231 318.1)CMYK
cmyk(18%, 98%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81039D
2#73038C
3#64027A
4#560269
5#480257
6#390146
7#2B0134
8#1D0123
9#0E0011
Tints
Lighter variations
1#AA04CF
2#C505F0
3#D21CFA
4#D83CFB
5#DF5DFC
6#E57DFC
7#EC9EFD
8#F2BEFE
9#F9DFFE
Tones
Muted variations
1#8A0CA6
2#85159E
3#7F1D95
4#7A268D
5#742E84
6#6F377C
7#6A4073
8#64486A
9#5F5162
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 | F2BE #F2BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | E88C #E88CFD | BordersInactive statesPlaceholder text |
| 400 | DC50 #DC50FB | Disabled statesSecondary iconsMuted text |
| 500 | D21E #D21EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | B404 #B404DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9004 #9004AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6703 #67037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4202 #420250 | Primary textHigh emphasis contentDark headings |
| 950 | 2901 #290132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FCF0FF;
--purple-100: #F8DCFE;
--purple-200: #F2BEFE;
--purple-300: #E88CFD;
--purple-400: #DC50FB;
--purple-500: #D21EFA;
--purple-600: #B404DC;
--purple-700: #9004AF;
--purple-800: #67037D;
--purple-900: #420250;
--purple-950: #290132;
}