Purple
#9D04AE
PinkColor Codes
All color formats for development
HEX
#9D04AERGB
rgb(157, 4, 174)HSL
hsl(294, 96%, 35%)OKLCH
oklch(0.501 0.235 322.9)CMYK
cmyk(10%, 98%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8E039D
2#7E038C
3#6E027A
4#5F0269
5#4F0257
6#3F0146
7#2F0134
8#200123
9#100011
Tints
Lighter variations
1#BB04CF
2#D805F0
3#E41CFA
4#E83CFB
5#EC5DFC
6#F07DFC
7#F39EFD
8#F7BEFE
9#FBDFFE
Tones
Muted variations
1#970CA6
2#90159E
3#891D95
4#82268D
5#7C2E84
6#75377C
7#6E4073
8#67486A
9#605162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDC #FBDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7BE #F7BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | F18C #F18CFD | BordersInactive statesPlaceholder text |
| 400 | EA50 #EA50FB | Disabled statesSecondary iconsMuted text |
| 500 | E41E #E41EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | C604 #C604DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E04 #9E04AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7103 #71037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4802 #480250 | Primary textHigh emphasis contentDark headings |
| 950 | 2D01 #2D0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF0FF;
--purple-100: #FBDCFE;
--purple-200: #F7BEFE;
--purple-300: #F18CFD;
--purple-400: #EA50FB;
--purple-500: #E41EFA;
--purple-600: #C604DC;
--purple-700: #9E04AF;
--purple-800: #71037D;
--purple-900: #480250;
--purple-950: #2D0132;
}