Purple
#AC06AC
PinkColor Codes
All color formats for development
HEX
#AC06ACRGB
rgb(172, 6, 172)HSL
hsl(300, 93%, 35%)OKLCH
oklch(0.524 0.238 328.3)CMYK
cmyk(0%, 97%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9B069B
2#8A058A
3#790479
4#670467
5#560356
6#450245
7#340234
8#220122
9#110111
Tints
Lighter variations
1#CC07CC
2#EC09EC
3#F71FF7
4#F83FF8
5#F95FF9
6#FA7FFA
7#FC9FFC
8#FDBFFD
9#FEDFFE
Tones
Muted variations
1#A40FA4
2#9C179C
3#931F93
4#8B278B
5#833083
6#7A387A
7#724072
8#6A496A
9#625162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8EFB | BordersInactive statesPlaceholder text |
| 400 | F953 #F953F9 | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F722F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D908D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F034F | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FEF0FE;
--purple-100: #FEDDFE;
--purple-200: #FDBFFD;
--purple-300: #FB8EFB;
--purple-400: #F953F9;
--purple-500: #F722F7;
--purple-600: #D908D9;
--purple-700: #AC06AC;
--purple-800: #7B047B;
--purple-900: #4F034F;
--purple-950: #310231;
}