Purple
#AD0567
PinkColor Codes
All color formats for development
HEX
#AD0567RGB
rgb(173, 5, 103)HSL
hsl(325, 94%, 35%)OKLCH
oklch(0.49 0.199 354.5)CMYK
cmyk(0%, 97%, 40%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9C055D
2#8B0453
3#790448
4#68033E
5#570334
6#450229
7#34021F
8#230115
9#11010A
Tints
Lighter variations
1#CD067A
2#ED078E
3#F81E9D
4#F93EAB
5#FA5EB9
6#FB7EC7
7#FC9FD5
8#FDBFE3
9#FEDFF1
Tones
Muted variations
1#A50E66
2#9C1664
3#941F63
4#8C2762
5#832F60
6#7B385F
7#72405D
8#6A485C
9#62515B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8D #FB8DCE | BordersInactive statesPlaceholder text |
| 400 | FA52 #FA52B4 | Disabled statesSecondary iconsMuted text |
| 500 | F820 #F8209E | Primary brand colorCTAsActive elementsLinks |
| 600 | DA07 #DA0782 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD05 #AD0567 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C04 #7C044A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F02 #4F022F | 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: #FFF0F9;
--purple-100: #FEDCF0;
--purple-200: #FDBFE3;
--purple-300: #FB8DCE;
--purple-400: #FA52B4;
--purple-500: #F8209E;
--purple-600: #DA0782;
--purple-700: #AD0567;
--purple-800: #7C044A;
--purple-900: #4F022F;
--purple-950: #31021D;
}