Purple

#710E45

Pink

Color Codes

All color formats for development

HEX
#710E45
RGB
rgb(113, 14, 69)
HSL
hsl(327, 78%, 25%)
OKLCH
oklch(0.368 0.139 353.2)
CMYK
cmyk(0%, 88%, 39%, 56%)

Accessibility

WCAG contrast compliance

On White Background

11.35:1

AA AAA

On Black Background

1.85: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#660D3E
2#5B0B37
3#4F0A30
4#440829
5#390722
6#2D061B
7#220415
8#17030E
9#0B0107

Tints

Lighter variations

1#941259
2#B6166E
3#D81B83
4#E63395
5#EA55A7
6#EE77B8
7#F299CA
8#F7BBDC
9#FBDDED

Tones

Muted variations

1#6D1344
2#681844
3#631D43
4#5E2243
5#592742
6#542C42
7#4F3141
8#4A3641
9#453B40

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF1
#FDF1F8
BackgroundsSubtle highlightsCard backgrounds
100
FBDF
#FBDFEF
Light backgroundsTable row hoverSkeleton loading
200
F8C4
#F8C4E0
Secondary backgroundsInput backgroundsDividers
300
F297
#F297C9
BordersInactive statesPlaceholder text
400
EB60
#EB60AD
Disabled statesSecondary iconsMuted text
500
E633
#E63395
Primary brand colorCTAsActive elementsLinks
600
C819
#C81979
Hover statesFocus ringsPrimary buttons hover
700
9F14
#9F1460
Active/pressed statesDark mode accentsSecondary text
800
710E
#710E45
Text on light backgroundsHeadingsStrong borders
900
4909
#49092C
Primary textHigh emphasis contentDark headings
950
2D06
#2D061B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #FDF1F8;
  --purple-100: #FBDFEF;
  --purple-200: #F8C4E0;
  --purple-300: #F297C9;
  --purple-400: #EB60AD;
  --purple-500: #E63395;
  --purple-600: #C81979;
  --purple-700: #9F1460;
  --purple-800: #710E45;
  --purple-900: #49092C;
  --purple-950: #2D061B;
}
Generate More ShadesCreate PaletteConvert Color