Purple
#A0137D
PinkColor Codes
All color formats for development
HEX
#A0137DRGB
rgb(160, 19, 125)HSL
hsl(315, 79%, 35%)OKLCH
oklch(0.481 0.197 341.5)CMYK
cmyk(0%, 88%, 22%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#901170
2#800F64
3#700D57
4#600B4B
5#50093E
6#400732
7#300625
8#200419
9#10020C
Tints
Lighter variations
1#BD1694
2#DB1AAB
3#E72FB9
4#EA4DC3
5#EE6BCD
6#F188D7
7#F5A6E1
8#F8C4EB
9#FCE1F5
Tones
Muted variations
1#991A79
2#922175
3#8B2872
4#842F6E
5#7D366B
6#753D67
7#6E4464
8#674B60
9#60525D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4EB | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F396DC | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5FC9 | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E732BA | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C9189D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A0137D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490939 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0524 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF1FA;
--purple-100: #FBDFF4;
--purple-200: #F8C4EB;
--purple-300: #F396DC;
--purple-400: #EC5FC9;
--purple-500: #E732BA;
--purple-600: #C9189D;
--purple-700: #A0137D;
--purple-800: #720D59;
--purple-900: #490939;
--purple-950: #2E0524;
}