Purple
#A80B7E
PinkColor Codes
All color formats for development
HEX
#A80B7ERGB
rgb(168, 11, 126)HSL
hsl(316, 88%, 35%)OKLCH
oklch(0.493 0.205 343.5)CMYK
cmyk(0%, 93%, 25%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#970A71
2#860965
3#750758
4#65064C
5#54053F
6#430432
7#320326
8#220219
9#11010D
Tints
Lighter variations
1#C70D95
2#E60FAD
3#F125BB
4#F344C4
5#F563CE
6#F782D8
7#F9A2E2
8#FBC1EB
9#FDE0F5
Tones
Muted variations
1#A0137A
2#981A77
3#902273
4#882A6F
5#81326C
6#793A68
7#714264
8#694A61
9#61515D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1EB | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891DC | BordersInactive statesPlaceholder text |
| 400 | F457 #F457CA | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F127BB | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #78085A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D053A | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300324 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FEF1FA;
--purple-100: #FDDDF4;
--purple-200: #FBC1EB;
--purple-300: #F891DC;
--purple-400: #F457CA;
--purple-500: #F127BB;
--purple-600: #D30D9E;
--purple-700: #A80B7E;
--purple-800: #78085A;
--purple-900: #4D053A;
--purple-950: #300324;
}