Purple
#710E4A
PinkColor Codes
All color formats for development
HEX
#710E4ARGB
rgb(113, 14, 74)HSL
hsl(324, 78%, 25%)OKLCH
oklch(0.37 0.142 349.9)CMYK
cmyk(0%, 88%, 35%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#660D42
2#5B0B3B
3#4F0A34
4#44082C
5#390725
6#2D061D
7#220416
8#17030F
9#0B0107
Tints
Lighter variations
1#941260
2#B61676
3#D81B8C
4#E6339E
5#EA55AE
6#EE77BE
7#F299CF
8#F7BBDF
9#FBDDEF
Tones
Muted variations
1#6D1349
2#681848
3#631D47
4#5E2246
5#592745
6#542C44
7#4F3143
8#4A3642
9#453B41
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297CD | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60B4 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E6339E | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81982 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1467 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49092F | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D061D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF1F9;
--purple-100: #FBDFF0;
--purple-200: #F8C4E3;
--purple-300: #F297CD;
--purple-400: #EB60B4;
--purple-500: #E6339E;
--purple-600: #C81982;
--purple-700: #9F1467;
--purple-800: #710E4A;
--purple-900: #49092F;
--purple-950: #2D061D;
}