Purple
#AE13CD
PinkColor Codes
All color formats for development
HEX
#AE13CDRGB
rgb(174, 19, 205)HSL
hsl(290, 83%, 44%)OKLCH
oklch(0.552 0.257 319.4)CMYK
cmyk(15%, 91%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9D11B9
2#8B0FA4
3#7A0D90
4#690B7B
5#570A67
6#460852
7#34063E
8#230429
9#110215
Tints
Lighter variations
1#C416E7
2#CC2EEC
3#D248EE
4#D962F0
5#DF7CF3
6#E596F5
7#ECB1F8
8#F2CBFA
9#F9E5FD
Tones
Muted variations
1#A81CC4
2#A226BB
3#9C2FB1
4#9538A8
5#8F429F
6#894B95
7#83548C
8#7D5E83
9#76677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DE #F7DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0C2 #F0C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | E594 #E594F5 | BordersInactive statesPlaceholder text |
| 400 | D75C #D75CF0 | Disabled statesSecondary iconsMuted text |
| 500 | CC2D #CC2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | AE13 #AE13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8B0F #8B0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 630B #630B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F07 #3F074B | Primary textHigh emphasis contentDark headings |
| 950 | 2804 #28042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FCF1FE;
--purple-100: #F7DEFC;
--purple-200: #F0C2F9;
--purple-300: #E594F5;
--purple-400: #D75CF0;
--purple-500: #CC2DEB;
--purple-600: #AE13CD;
--purple-700: #8B0FA3;
--purple-800: #630B75;
--purple-900: #3F074B;
--purple-950: #28042F;
}