Purple
#A01399
PinkColor Codes
All color formats for development
HEX
#A01399RGB
rgb(160, 19, 153)HSL
hsl(303, 79%, 35%)OKLCH
oklch(0.497 0.215 330.7)CMYK
cmyk(0%, 88%, 4%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#901189
2#800F7A
3#700D6B
4#600B5C
5#50094C
6#40073D
7#30062E
8#20041F
9#10020F
Tints
Lighter variations
1#BD16B5
2#DB1AD1
3#E72FDD
4#EA4DE2
5#EE6BE7
6#F188EC
7#F5A6F1
8#F8C4F5
9#FCE1FA
Tones
Muted variations
1#991A92
2#92218C
3#8B2886
4#842F7F
5#7D3679
6#753D73
7#6E446C
8#674B66
9#605260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F396EE | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5FE5 | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E732DE | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C918C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A01399 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D6D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490946 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E052C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF1FD;
--purple-100: #FBDFFA;
--purple-200: #F8C4F5;
--purple-300: #F396EE;
--purple-400: #EC5FE5;
--purple-500: #E732DE;
--purple-600: #C918C0;
--purple-700: #A01399;
--purple-800: #720D6D;
--purple-900: #490946;
--purple-950: #2E052C;
}