Purple
#A01384
PinkColor Codes
All color formats for development
HEX
#A01384RGB
rgb(160, 19, 132)HSL
hsl(312, 79%, 35%)OKLCH
oklch(0.485 0.201 338.6)CMYK
cmyk(0%, 88%, 17%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#901176
2#800F69
3#700D5C
4#600B4F
5#500942
6#400735
7#300627
8#20041A
9#10020D
Tints
Lighter variations
1#BD169C
2#DB1AB4
3#E72FC2
4#EA4DCB
5#EE6BD3
6#F188DC
7#F5A6E5
8#F8C4EE
9#FCE1F6
Tones
Muted variations
1#991A7F
2#92217B
3#8B2877
4#842F73
5#7D366E
6#753D6A
7#6E4466
8#674B62
9#60525D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4EE | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F396E0 | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5FD0 | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E732C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C918A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A01384 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49093C | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0526 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF1FB;
--purple-100: #FBDFF6;
--purple-200: #F8C4EE;
--purple-300: #F396E0;
--purple-400: #EC5FD0;
--purple-500: #E732C3;
--purple-600: #C918A5;
--purple-700: #A01384;
--purple-800: #720D5E;
--purple-900: #49093C;
--purple-950: #2E0526;
}