Purple
#AC067A
PinkColor Codes
All color formats for development
HEX
#AC067ARGB
rgb(172, 6, 122)HSL
hsl(318, 93%, 35%)OKLCH
oklch(0.497 0.207 346.2)CMYK
cmyk(0%, 97%, 29%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9B066E
2#8A0562
3#790456
4#670449
5#56033D
6#450231
7#340225
8#220118
9#11010C
Tints
Lighter variations
1#CC0791
2#EC09A8
3#F71FB6
4#F83FC1
5#F95FCB
6#FA7FD5
7#FC9FE0
8#FDBFEA
9#FEDFF5
Tones
Muted variations
1#A40F77
2#9C1774
3#931F70
4#8B276D
5#83306A
6#7A3867
7#724063
8#6A4960
9#62515D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFEA | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8E #FB8EDA | BordersInactive statesPlaceholder text |
| 400 | F953 #F953C7 | Disabled statesSecondary iconsMuted text |
| 500 | F722 #F722B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | D908 #D9089A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC06 #AC067A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B04 #7B0457 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F03 #4F0338 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FEF0FA;
--purple-100: #FEDDF4;
--purple-200: #FDBFEA;
--purple-300: #FB8EDA;
--purple-400: #F953C7;
--purple-500: #F722B7;
--purple-600: #D9089A;
--purple-700: #AC067A;
--purple-800: #7B0457;
--purple-900: #4F0338;
--purple-950: #310223;
}