Purple
#A80DD3
PinkColor Codes
All color formats for development
HEX
#A80DD3RGB
rgb(168, 13, 211)HSL
hsl(287, 88%, 44%)OKLCH
oklch(0.546 0.262 316.1)CMYK
cmyk(20%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#970CBE
2#870BA9
3#760994
4#65087F
5#540769
6#430554
7#32043F
8#22032A
9#110115
Tints
Lighter variations
1#BE0FEE
2#C628F1
3#CD43F3
4#D45EF5
5#DB79F6
6#E294F8
7#EAAEFA
8#F1C9FC
9#F8E4FD
Tones
Muted variations
1#A317C9
2#9D21BF
3#972BB5
4#9235AB
5#8C3FA2
6#874998
7#81538E
8#7B5C84
9#76667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DD #F6DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEC1 #EEC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E291 #E291F8 | BordersInactive statesPlaceholder text |
| 400 | D257 #D257F4 | Disabled statesSecondary iconsMuted text |
| 500 | C527 #C527F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | A80D #A80DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 860B #860BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6008 #600878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D05 #3D054D | Primary textHigh emphasis contentDark headings |
| 950 | 2603 #260330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF1FE;
--purple-100: #F6DDFD;
--purple-200: #EEC1FB;
--purple-300: #E291F8;
--purple-400: #D257F4;
--purple-500: #C527F1;
--purple-600: #A80DD3;
--purple-700: #860BA8;
--purple-800: #600878;
--purple-900: #3D054D;
--purple-950: #260330;
}