Purple
#AF0484
PinkColor Codes
All color formats for development
HEX
#AF0484RGB
rgb(175, 4, 132)HSL
hsl(315, 96%, 35%)OKLCH
oklch(0.506 0.215 343.1)CMYK
cmyk(0%, 98%, 25%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9D0377
2#8C036A
3#7A025C
4#69024F
5#570242
6#460135
7#340128
8#23011A
9#11000D
Tints
Lighter variations
1#CF049D
2#F005B5
3#FA1CC3
4#FB3CCB
5#FC5DD4
6#FC7DDD
7#FD9EE5
8#FEBEEE
9#FEDFF6
Tones
Muted variations
1#A60C80
2#9E157C
3#951D77
4#8D2673
5#842E6F
6#7C376A
7#734066
8#6A4862
9#62515E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEEE | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CE1 | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB50D1 | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1EC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC04A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF0484 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D035E | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #50023C | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320126 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FFF0FB;
--purple-100: #FEDCF6;
--purple-200: #FEBEEE;
--purple-300: #FD8CE1;
--purple-400: #FB50D1;
--purple-500: #FA1EC3;
--purple-600: #DC04A6;
--purple-700: #AF0484;
--purple-800: #7D035E;
--purple-900: #50023C;
--purple-950: #320126;
}