Purple
#710E52
PinkColor Codes
All color formats for development
HEX
#710E52RGB
rgb(113, 14, 82)HSL
hsl(319, 78%, 25%)OKLCH
oklch(0.373 0.146 344.9)CMYK
cmyk(0%, 88%, 27%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#660D4A
2#5B0B42
3#4F0A39
4#440831
5#390729
6#2D0621
7#220419
8#170310
9#0B0108
Tints
Lighter variations
1#94126B
2#B61683
3#D81B9C
4#E633AD
5#EA55BB
6#EE77C8
7#F299D6
8#F7BBE4
9#FBDDF1
Tones
Muted variations
1#6D1350
2#68184E
3#631D4D
4#5E224B
5#592749
6#542C47
7#4F3145
8#4A3643
9#453B42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297D5 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60BF | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E633AD | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81990 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1473 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490934 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0621 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF1FA;
--purple-100: #FBDFF2;
--purple-200: #F8C4E7;
--purple-300: #F297D5;
--purple-400: #EB60BF;
--purple-500: #E633AD;
--purple-600: #C81990;
--purple-700: #9F1473;
--purple-800: #710E52;
--purple-900: #490934;
--purple-950: #2D0621;
}