Purple
#AD0562
PinkColor Codes
All color formats for development
HEX
#AD0562RGB
rgb(173, 5, 98)HSL
hsl(327, 94%, 35%)OKLCH
oklch(0.488 0.197 356.7)CMYK
cmyk(0%, 97%, 43%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9C0558
2#8B044E
3#790444
4#68033B
5#570331
6#450227
7#34021D
8#230114
9#11010A
Tints
Lighter variations
1#CD0674
2#ED0786
3#F81E96
4#F93EA5
5#FA5EB4
6#FB7EC3
7#FC9FD2
8#FDBFE1
9#FEDFF0
Tones
Muted variations
1#A50E61
2#9C1660
3#941F5F
4#8C275E
5#832F5D
6#7B385D
7#72405C
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 #FDBFE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8D #FB8DCA | BordersInactive statesPlaceholder text |
| 400 | FA52 #FA52AE | Disabled statesSecondary iconsMuted text |
| 500 | F820 #F82097 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA07 #DA077B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD05 #AD0562 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C04 #7C0446 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F02 #4F022D | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31021C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FFF0F8;
--purple-100: #FEDCEF;
--purple-200: #FDBFE1;
--purple-300: #FB8DCA;
--purple-400: #FA52AE;
--purple-500: #F82097;
--purple-600: #DA077B;
--purple-700: #AD0562;
--purple-800: #7C0446;
--purple-900: #4F022D;
--purple-950: #31021C;
}