Purple
#710E5C
PinkColor Codes
All color formats for development
HEX
#710E5CRGB
rgb(113, 14, 92)HSL
hsl(313, 78%, 25%)OKLCH
oklch(0.379 0.153 339)CMYK
cmyk(0%, 88%, 19%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#660D53
2#5B0B4A
3#4F0A40
4#440837
5#39072E
6#2D0625
7#22041C
8#170312
9#0B0109
Tints
Lighter variations
1#941278
2#B61693
3#D81BAF
4#E633BF
5#EA55CA
6#EE77D4
7#F299DF
8#F7BBEA
9#FBDDF4
Tones
Muted variations
1#6D1359
2#681856
3#631D53
4#5E2251
5#59274E
6#542C4B
7#4F3148
8#4A3645
9#453B43
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 | F297 #F297DE | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60CD | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E633BF | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C819A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1481 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49093B | 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: #FBDFF5;
--purple-200: #F8C4ED;
--purple-300: #F297DE;
--purple-400: #EB60CD;
--purple-500: #E633BF;
--purple-600: #C819A2;
--purple-700: #9F1481;
--purple-800: #710E5C;
--purple-900: #49093B;
--purple-950: #2D0625;
}