Purple
#AF04A1
PinkColor Codes
All color formats for development
HEX
#AF04A1RGB
rgb(175, 4, 161)HSL
hsl(305, 96%, 35%)OKLCH
oklch(0.522 0.233 332.8)CMYK
cmyk(0%, 98%, 8%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9D0391
2#8C0381
3#7A0270
4#690260
5#570250
6#460140
7#340130
8#230120
9#110010
Tints
Lighter variations
1#CF04BE
2#F005DC
3#FA1CE8
4#FB3CEB
5#FC5DEE
6#FC7DF2
7#FD9EF5
8#FEBEF8
9#FEDFFC
Tones
Muted variations
1#A60C9A
2#9E1592
3#951D8B
4#8D2684
5#842E7D
6#7C3776
7#73406F
8#6A4868
9#625160
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CF3 | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB50ED | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1EE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC04CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF04A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D0373 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500249 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32012E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FFF0FD;
--purple-100: #FEDCFB;
--purple-200: #FEBEF8;
--purple-300: #FD8CF3;
--purple-400: #FB50ED;
--purple-500: #FA1EE8;
--purple-600: #DC04CA;
--purple-700: #AF04A1;
--purple-800: #7D0373;
--purple-900: #500249;
--purple-950: #32012E;
}