Purple
#A01381
PinkColor Codes
All color formats for development
HEX
#A01381RGB
rgb(160, 19, 129)HSL
hsl(313, 79%, 35%)OKLCH
oklch(0.483 0.199 339.8)CMYK
cmyk(0%, 88%, 19%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#901174
2#800F67
3#700D5A
4#600B4E
5#500941
6#400734
7#300627
8#20041A
9#10020D
Tints
Lighter variations
1#BD1699
2#DB1AB1
3#E72FBF
4#EA4DC8
5#EE6BD1
6#F188DA
7#F5A6E4
8#F8C4ED
9#FCE1F6
Tones
Muted variations
1#991A7D
2#922179
3#8B2875
4#842F71
5#7D366D
6#753D69
7#6E4465
8#674B61
9#60525D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4ED | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F396DF | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5FCE | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E732C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C918A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A01381 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49093B | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0525 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF1FB;
--purple-100: #FBDFF5;
--purple-200: #F8C4ED;
--purple-300: #F396DF;
--purple-400: #EC5FCE;
--purple-500: #E732C0;
--purple-600: #C918A2;
--purple-700: #A01381;
--purple-800: #720D5C;
--purple-900: #49093B;
--purple-950: #2E0525;
}