Purple

#720D4F

Pink

Color Codes

All color formats for development

HEX
#720D4F
RGB
rgb(114, 13, 79)
HSL
hsl(321, 80%, 25%)
OKLCH
oklch(0.373 0.146 347.1)
CMYK
cmyk(0%, 89%, 31%, 55%)

Accessibility

WCAG contrast compliance

On White Background

11.13:1

AA AAA

On Black Background

1.89:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF1
100
#FBDF
200
#F8C3
300
#F395
400
#ED5E
500
#E830
600
#CA16
700
#A112
800
#730D
900
#4908
950
#2E05

Shades

Darker variations

1#670B47
2#5C0A3F
3#500937
4#45082F
5#390628
6#2E0520
7#220418
8#170310
9#0B0108

Tints

Lighter variations

1#951167
2#B8147E
3#DA1896
4#E830A8
5#EC53B6
6#F075C5
7#F498D3
8#F7BAE2
9#FBDDF0

Tones

Muted variations

1#6E124E
2#69174C
3#631C4A
4#5E2149
5#592647
6#542B46
7#4F3044
8#4A3643
9#453B41

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF1
#FDF1F9
BackgroundsSubtle highlightsCard backgrounds
100
FBDF
#FBDFF1
Light backgroundsTable row hoverSkeleton loading
200
F8C3
#F8C3E6
Secondary backgroundsInput backgroundsDividers
300
F395
#F395D2
BordersInactive statesPlaceholder text
400
ED5E
#ED5EBB
Disabled statesSecondary iconsMuted text
500
E830
#E830A8
Primary brand colorCTAsActive elementsLinks
600
CA16
#CA168B
Hover statesFocus ringsPrimary buttons hover
700
A112
#A1126F
Active/pressed statesDark mode accentsSecondary text
800
730D
#730D4F
Text on light backgroundsHeadingsStrong borders
900
4908
#490833
Primary textHigh emphasis contentDark headings
950
2E05
#2E0520
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #FDF1F9;
  --purple-100: #FBDFF1;
  --purple-200: #F8C3E6;
  --purple-300: #F395D2;
  --purple-400: #ED5EBB;
  --purple-500: #E830A8;
  --purple-600: #CA168B;
  --purple-700: #A1126F;
  --purple-800: #730D4F;
  --purple-900: #490833;
  --purple-950: #2E0520;
}
Generate More ShadesCreate PaletteConvert Color