Purple
#AE04AE
PinkColor Codes
All color formats for development
HEX
#AE04AERGB
rgb(174, 4, 174)HSL
hsl(300, 96%, 35%)OKLCH
oklch(0.528 0.241 328.3)CMYK
cmyk(0%, 98%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9D039D
2#8C038C
3#7A027A
4#690269
5#570257
6#460146
7#340134
8#230123
9#110011
Tints
Lighter variations
1#CF04CF
2#F005F0
3#FA1CFA
4#FB3CFB
5#FC5DFC
6#FC7DFC
7#FD9EFD
8#FEBEFE
9#FEDFFE
Tones
Muted variations
1#A60CA6
2#9E159E
3#951D95
4#8D268D
5#842E84
6#7C377C
7#734073
8#6A486A
9#625162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CFD | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB50FB | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC04DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF04AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500250 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FFF0FF;
--purple-100: #FEDCFE;
--purple-200: #FEBEFE;
--purple-300: #FD8CFD;
--purple-400: #FB50FB;
--purple-500: #FA1EFA;
--purple-600: #DC04DC;
--purple-700: #AF04AF;
--purple-800: #7D037D;
--purple-900: #500250;
--purple-950: #320132;
}