Purple

#710E61

Pink

Color Codes

All color formats for development

HEX
#710E61
RGB
rgb(113, 14, 97)
HSL
hsl(310, 78%, 25%)
OKLCH
oklch(0.381 0.156 336.3)
CMYK
cmyk(0%, 88%, 14%, 56%)

Accessibility

WCAG contrast compliance

On White Background

10.84:1

AA AAA

On Black Background

1.94:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF1
100
#FBDF
200
#F8C4
300
#F297
400
#EB60
500
#E633
600
#C819
700
#9F14
800
#710E
900
#4909
950
#2D06

Shades

Darker variations

1#660D57
2#5B0B4E
3#4F0A44
4#44083A
5#390730
6#2D0627
7#22041D
8#170313
9#0B010A

Tints

Lighter variations

1#94127E
2#B6169B
3#D81BB8
4#E633C8
5#EA55D1
6#EE77DA
7#F299E3
8#F7BBED
9#FBDDF6

Tones

Muted variations

1#6D135E
2#68185A
3#631D57
4#5E2254
5#592750
6#542C4D
7#4F314A
8#4A3646
9#453B43

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF1
#FDF1FB
BackgroundsSubtle highlightsCard backgrounds
100
FBDF
#FBDFF6
Light backgroundsTable row hoverSkeleton loading
200
F8C4
#F8C4EF
Secondary backgroundsInput backgroundsDividers
300
F297
#F297E3
BordersInactive statesPlaceholder text
400
EB60
#EB60D4
Disabled statesSecondary iconsMuted text
500
E633
#E633C8
Primary brand colorCTAsActive elementsLinks
600
C819
#C819AB
Hover statesFocus ringsPrimary buttons hover
700
9F14
#9F1488
Active/pressed statesDark mode accentsSecondary text
800
710E
#710E61
Text on light backgroundsHeadingsStrong borders
900
4909
#49093E
Primary textHigh emphasis contentDark headings
950
2D06
#2D0627
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #FDF1FB;
  --purple-100: #FBDFF6;
  --purple-200: #F8C4EF;
  --purple-300: #F297E3;
  --purple-400: #EB60D4;
  --purple-500: #E633C8;
  --purple-600: #C819AB;
  --purple-700: #9F1488;
  --purple-800: #710E61;
  --purple-900: #49093E;
  --purple-950: #2D0627;
}
Generate More ShadesCreate PaletteConvert Color