Purple
#A80BA8
PinkColor Codes
All color formats for development
HEX
#A80BA8RGB
rgb(168, 11, 168)HSL
hsl(300, 88%, 35%)OKLCH
oklch(0.516 0.232 328.3)CMYK
cmyk(0%, 93%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#970A97
2#860986
3#750775
4#650665
5#540554
6#430443
7#320332
8#220222
9#110111
Tints
Lighter variations
1#C70DC7
2#E60FE6
3#F125F1
4#F344F3
5#F563F5
6#F782F7
7#F9A2F9
8#FBC1FB
9#FDE0FD
Tones
Muted variations
1#A013A0
2#981A98
3#902290
4#882A88
5#813281
6#793A79
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 | FDDD #FDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891F8 | BordersInactive statesPlaceholder text |
| 400 | F457 #F457F4 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F127F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D054D | 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: #FDDDFD;
--purple-200: #FBC1FB;
--purple-300: #F891F8;
--purple-400: #F457F4;
--purple-500: #F127F1;
--purple-600: #D30DD3;
--purple-700: #A80BA8;
--purple-800: #780878;
--purple-900: #4D054D;
--purple-950: #300330;
}