Purple
#AB0DD3
PinkColor Codes
All color formats for development
HEX
#AB0DD3RGB
rgb(171, 13, 211)HSL
hsl(288, 88%, 44%)OKLCH
oklch(0.551 0.263 317)CMYK
cmyk(19%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9A0CBE
2#890BA9
3#780994
4#67087F
5#560769
6#450554
7#33043F
8#22032A
9#110115
Tints
Lighter variations
1#C10FEE
2#C928F1
3#D043F3
4#D75EF5
5#DD79F6
6#E494F8
7#EBAEFA
8#F2C9FC
9#F8E4FD
Tones
Muted variations
1#A617C9
2#A021BF
3#9A2BB5
4#9435AB
5#8E3FA2
6#884998
7#82538E
8#7C5C84
9#76667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DD #F7DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFC1 #EFC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E391 #E391F8 | BordersInactive statesPlaceholder text |
| 400 | D557 #D557F4 | Disabled statesSecondary iconsMuted text |
| 500 | C927 #C927F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | AB0D #AB0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 880B #880BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6108 #610878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3E05 #3E054D | Primary textHigh emphasis contentDark headings |
| 950 | 2703 #270330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF1FE;
--purple-100: #F7DDFD;
--purple-200: #EFC1FB;
--purple-300: #E391F8;
--purple-400: #D557F4;
--purple-500: #C927F1;
--purple-600: #AB0DD3;
--purple-700: #880BA8;
--purple-800: #610878;
--purple-900: #3E054D;
--purple-950: #270330;
}