Purple
#AD0564
PinkColor Codes
All color formats for development
HEX
#AD0564RGB
rgb(173, 5, 100)HSL
hsl(326, 94%, 35%)OKLCH
oklch(0.489 0.198 355.8)CMYK
cmyk(0%, 97%, 42%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9C055A
2#8B0450
3#790446
4#68033C
5#570332
6#450228
7#34021E
8#230114
9#11010A
Tints
Lighter variations
1#CD0677
2#ED078A
3#F81E9A
4#F93EA8
5#FA5EB7
6#FB7EC5
7#FC9FD4
8#FDBFE2
9#FEDFF1
Tones
Muted variations
1#A50E63
2#9C1662
3#941F61
4#8C2760
5#832F5F
6#7B385E
7#72405D
8#6A485B
9#62515A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8D #FB8DCC | BordersInactive statesPlaceholder text |
| 400 | FA52 #FA52B1 | Disabled statesSecondary iconsMuted text |
| 500 | F820 #F8209B | Primary brand colorCTAsActive elementsLinks |
| 600 | DA07 #DA077E | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD05 #AD0564 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C04 #7C0448 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F02 #4F022E | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31021D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FFF0F8;
--purple-100: #FEDCEF;
--purple-200: #FDBFE2;
--purple-300: #FB8DCC;
--purple-400: #FA52B1;
--purple-500: #F8209B;
--purple-600: #DA077E;
--purple-700: #AD0564;
--purple-800: #7C0448;
--purple-900: #4F022E;
--purple-950: #31021D;
}