Purple
#A70CA7
PinkColor Codes
All color formats for development
HEX
#A70CA7RGB
rgb(167, 12, 167)HSL
hsl(300, 87%, 35%)OKLCH
oklch(0.514 0.231 328.3)CMYK
cmyk(0%, 93%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#960A96
2#860986
3#750875
4#640764
5#530653
6#430543
7#320332
8#210221
9#110111
Tints
Lighter variations
1#C60EC6
2#E510E5
3#F026F0
4#F245F2
5#F464F4
6#F683F6
7#F9A2F9
8#FBC1FB
9#FDE0FD
Tones
Muted variations
1#9F139F
2#971B97
3#902390
4#882B88
5#803280
6#783A78
7#714271
8#694A69
9#615161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDE #FDDEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | F791 #F791F7 | BordersInactive statesPlaceholder text |
| 400 | F358 #F358F3 | Disabled statesSecondary iconsMuted text |
| 500 | F028 #F028F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | D20F #D20FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A70C #A70CA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7708 #770877 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C05 #4C054C | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FEF1FE;
--purple-100: #FDDEFD;
--purple-200: #FBC1FB;
--purple-300: #F791F7;
--purple-400: #F358F3;
--purple-500: #F028F0;
--purple-600: #D20FD2;
--purple-700: #A70CA7;
--purple-800: #770877;
--purple-900: #4C054C;
--purple-950: #300330;
}