Purple
#AD059C
PinkColor Codes
All color formats for development
HEX
#AD059CRGB
rgb(173, 5, 156)HSL
hsl(306, 94%, 35%)OKLCH
oklch(0.516 0.228 333.8)CMYK
cmyk(0%, 97%, 10%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9C058D
2#8B047D
3#79046D
4#68035E
5#57034E
6#45023F
7#34022F
8#23011F
9#110110
Tints
Lighter variations
1#CD06B9
2#ED07D6
3#F81EE2
4#F93EE6
5#FA5EEA
6#FB7EEF
7#FC9FF3
8#FDBFF7
9#FEDFFB
Tones
Muted variations
1#A50E96
2#9C168F
3#941F88
4#8C2782
5#832F7B
6#7B3874
7#72406D
8#6A4867
9#625160
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8D #FB8DF0 | BordersInactive statesPlaceholder text |
| 400 | FA52 #FA52E9 | Disabled statesSecondary iconsMuted text |
| 500 | F820 #F820E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA07 #DA07C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD05 #AD059C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C04 #7C0470 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F02 #4F0247 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31022D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FFF0FD;
--purple-100: #FEDCFB;
--purple-200: #FDBFF7;
--purple-300: #FB8DF0;
--purple-400: #FA52E9;
--purple-500: #F820E3;
--purple-600: #DA07C5;
--purple-700: #AD059C;
--purple-800: #7C0470;
--purple-900: #4F0247;
--purple-950: #31022D;
}