Purple
#AB13CD
PinkColor Codes
All color formats for development
HEX
#AB13CDRGB
rgb(171, 19, 205)HSL
hsl(289, 83%, 44%)OKLCH
oklch(0.548 0.256 318.5)CMYK
cmyk(17%, 91%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9A11B9
2#890FA4
3#780D90
4#670B7B
5#560A67
6#440852
7#33063E
8#220429
9#110215
Tints
Lighter variations
1#C116E7
2#C92EEC
3#D048EE
4#D662F0
5#DD7CF3
6#E496F5
7#EBB1F8
8#F1CBFA
9#F8E5FD
Tones
Muted variations
1#A51CC4
2#9F26BB
3#992FB1
4#9438A8
5#8E429F
6#884B95
7#82548C
8#7C5E83
9#76677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DE #F7DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFC2 #EFC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | E394 #E394F5 | BordersInactive statesPlaceholder text |
| 400 | D55C #D55CF0 | Disabled statesSecondary iconsMuted text |
| 500 | C92D #C92DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | AB13 #AB13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 880F #880FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 610B #610B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3E07 #3E074B | Primary textHigh emphasis contentDark headings |
| 950 | 2704 #27042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF1FE;
--purple-100: #F7DEFC;
--purple-200: #EFC2F9;
--purple-300: #E394F5;
--purple-400: #D55CF0;
--purple-500: #C92DEB;
--purple-600: #AB13CD;
--purple-700: #880FA3;
--purple-800: #610B75;
--purple-900: #3E074B;
--purple-950: #27042F;
}