Purple

#710E71

Pink

Color Codes

All color formats for development

HEX
#710E71
RGB
rgb(113, 14, 113)
HSL
hsl(300, 78%, 25%)
OKLCH
oklch(0.391 0.168 328.2)
CMYK
cmyk(0%, 88%, 0%, 56%)

Accessibility

WCAG contrast compliance

On White Background

10.48:1

AA AAA

On Black Background

2.00: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#660D66
2#5B0B5B
3#4F0A4F
4#440844
5#390739
6#2D062D
7#220422
8#170317
9#0B010B

Tints

Lighter variations

1#941294
2#B616B6
3#D81BD8
4#E633E6
5#EA55EA
6#EE77EE
7#F299F2
8#F7BBF7
9#FBDDFB

Tones

Muted variations

1#6D136D
2#681868
3#631D63
4#5E225E
5#592759
6#542C54
7#4F314F
8#4A364A
9#453B45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF1
#FDF1FD
BackgroundsSubtle highlightsCard backgrounds
100
FBDF
#FBDFFB
Light backgroundsTable row hoverSkeleton loading
200
F8C4
#F8C4F8
Secondary backgroundsInput backgroundsDividers
300
F297
#F297F2
BordersInactive statesPlaceholder text
400
EB60
#EB60EB
Disabled statesSecondary iconsMuted text
500
E633
#E633E6
Primary brand colorCTAsActive elementsLinks
600
C819
#C819C8
Hover statesFocus ringsPrimary buttons hover
700
9F14
#9F149F
Active/pressed statesDark mode accentsSecondary text
800
710E
#710E71
Text on light backgroundsHeadingsStrong borders
900
4909
#490949
Primary textHigh emphasis contentDark headings
950
2D06
#2D062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #FDF1FD;
  --purple-100: #FBDFFB;
  --purple-200: #F8C4F8;
  --purple-300: #F297F2;
  --purple-400: #EB60EB;
  --purple-500: #E633E6;
  --purple-600: #C819C8;
  --purple-700: #9F149F;
  --purple-800: #710E71;
  --purple-900: #490949;
  --purple-950: #2D062D;
}
Generate More ShadesCreate PaletteConvert Color