Purple
#A01392
PinkColor Codes
All color formats for development
HEX
#A01392RGB
rgb(160, 19, 146)HSL
hsl(306, 79%, 35%)OKLCH
oklch(0.493 0.21 333.2)CMYK
cmyk(0%, 88%, 9%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#901183
2#800F75
3#700D66
4#600B57
5#500949
6#40073A
7#30062C
8#20041D
9#10020F
Tints
Lighter variations
1#BD16AD
2#DB1AC8
3#E72FD4
4#EA4DDA
5#EE6BE1
6#F188E7
7#F5A6ED
8#F8C4F3
9#FCE1F9
Tones
Muted variations
1#991A8C
2#922186
3#8B2881
4#842F7B
5#7D3675
6#753D70
7#6E446A
8#674B65
9#60525F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F396E9 | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5FDE | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E732D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C918B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A01392 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490943 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E052A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF1FC;
--purple-100: #FBDFF8;
--purple-200: #F8C4F3;
--purple-300: #F396E9;
--purple-400: #EC5FDE;
--purple-500: #E732D5;
--purple-600: #C918B7;
--purple-700: #A01392;
--purple-800: #720D68;
--purple-900: #490943;
--purple-950: #2E052A;
}