Purple
#AF049B
PinkColor Codes
All color formats for development
HEX
#AF049BRGB
rgb(175, 4, 155)HSL
hsl(307, 96%, 35%)OKLCH
oklch(0.518 0.229 334.8)CMYK
cmyk(0%, 98%, 11%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9D038B
2#8C037C
3#7A026C
4#69025D
5#57024D
6#46013E
7#34012E
8#23011F
9#11000F
Tints
Lighter variations
1#CF04B8
2#F005D4
3#FA1CE0
4#FB3CE5
5#FC5DE9
6#FC7DED
7#FD9EF2
8#FEBEF6
9#FEDFFB
Tones
Muted variations
1#A60C94
2#9E158E
3#951D87
4#8D2681
5#842E7A
6#7C3774
7#73406D
8#6A4866
9#625160
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CF0 | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB50E7 | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1EE1 | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC04C3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF049B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D036F | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500247 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32012C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FFF0FD;
--purple-100: #FEDCFA;
--purple-200: #FEBEF6;
--purple-300: #FD8CF0;
--purple-400: #FB50E7;
--purple-500: #FA1EE1;
--purple-600: #DC04C3;
--purple-700: #AF049B;
--purple-800: #7D036F;
--purple-900: #500247;
--purple-950: #32012C;
}