Purple
#710E5E
PinkColor Codes
All color formats for development
HEX
#710E5ERGB
rgb(113, 14, 94)HSL
hsl(312, 78%, 25%)OKLCH
oklch(0.38 0.154 337.9)CMYK
cmyk(0%, 88%, 17%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#660D54
2#5B0B4B
3#4F0A42
4#440838
5#39072F
6#2D0625
7#22041C
8#170313
9#0B0109
Tints
Lighter variations
1#94127A
2#B61696
3#D81BB2
4#E633C2
5#EA55CC
6#EE77D6
7#F299E0
8#F7BBEB
9#FBDDF5
Tones
Muted variations
1#6D135B
2#681858
3#631D55
4#5E2252
5#59274F
6#542C4C
7#4F3149
8#4A3646
9#453B43
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 #F8C4ED | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297E0 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60D0 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E633C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C819A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1483 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49093C | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0625 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF1FB;
--purple-100: #FBDFF6;
--purple-200: #F8C4ED;
--purple-300: #F297E0;
--purple-400: #EB60D0;
--purple-500: #E633C2;
--purple-600: #C819A5;
--purple-700: #9F1483;
--purple-800: #710E5E;
--purple-900: #49093C;
--purple-950: #2D0625;
}