Purple
#AD0578
PinkColor Codes
All color formats for development
HEX
#AD0578RGB
rgb(173, 5, 120)HSL
hsl(319, 94%, 35%)OKLCH
oklch(0.497 0.207 347.3)CMYK
cmyk(0%, 97%, 31%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9C056C
2#8B0460
3#790454
4#680348
5#57033C
6#450230
7#340224
8#230118
9#11010C
Tints
Lighter variations
1#CD068E
2#ED07A5
3#F81EB3
4#F93EBE
5#FA5EC9
6#FB7ED4
7#FC9FDE
8#FDBFE9
9#FEDFF4
Tones
Muted variations
1#A50E75
2#9C1672
3#941F6F
4#8C276C
5#832F69
6#7B3866
7#724062
8#6A485F
9#62515C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8D #FB8DD9 | BordersInactive statesPlaceholder text |
| 400 | FA52 #FA52C5 | Disabled statesSecondary iconsMuted text |
| 500 | F820 #F820B4 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA07 #DA0797 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD05 #AD0578 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C04 #7C0456 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F02 #4F0237 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310222 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FFF0FA;
--purple-100: #FEDCF3;
--purple-200: #FDBFE9;
--purple-300: #FB8DD9;
--purple-400: #FA52C5;
--purple-500: #F820B4;
--purple-600: #DA0797;
--purple-700: #AD0578;
--purple-800: #7C0456;
--purple-900: #4F0237;
--purple-950: #310222;
}