Purple
#A0139D
PinkColor Codes
All color formats for development
HEX
#A0139DRGB
rgb(160, 19, 157)HSL
hsl(301, 79%, 35%)OKLCH
oklch(0.499 0.218 329.3)CMYK
cmyk(0%, 88%, 2%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#90118E
2#800F7E
3#700D6E
4#600B5E
5#50094F
6#40073F
7#30062F
8#20041F
9#100210
Tints
Lighter variations
1#BD16BB
2#DB1AD8
3#E72FE4
4#EA4DE7
5#EE6BEB
6#F188EF
7#F5A6F3
8#F8C4F7
9#FCE1FB
Tones
Muted variations
1#991A97
2#922190
3#8B2889
4#842F82
5#7D367B
6#753D75
7#6E446E
8#674B67
9#605260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F396F1 | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5FEA | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E732E4 | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C918C6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A0139D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490948 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E052D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF1FD;
--purple-100: #FBDFFB;
--purple-200: #F8C4F7;
--purple-300: #F396F1;
--purple-400: #EC5FEA;
--purple-500: #E732E4;
--purple-600: #C918C6;
--purple-700: #A0139D;
--purple-800: #720D70;
--purple-900: #490948;
--purple-950: #2E052D;
}