Purple

#720D72

Pink

Color Codes

All color formats for development

HEX
#720D72
RGB
rgb(114, 13, 114)
HSL
hsl(300, 80%, 25%)
OKLCH
oklch(0.393 0.17 328.2)
CMYK
cmyk(0%, 89%, 0%, 55%)

Accessibility

WCAG contrast compliance

On White Background

10.42:1

AA AAA

On Black Background

2.02: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#670B67
2#5C0A5C
3#500950
4#450845
5#390639
6#2E052E
7#220422
8#170317
9#0B010B

Tints

Lighter variations

1#951195
2#B814B8
3#DA18DA
4#E830E8
5#EC53EC
6#F075F0
7#F498F4
8#F7BAF7
9#FBDDFB

Tones

Muted variations

1#6E126E
2#691769
3#631C63
4#5E215E
5#592659
6#542B54
7#4F304F
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
F8C3
#F8C3F8
Secondary backgroundsInput backgroundsDividers
300
F395
#F395F3
BordersInactive statesPlaceholder text
400
ED5E
#ED5EED
Disabled statesSecondary iconsMuted text
500
E830
#E830E8
Primary brand colorCTAsActive elementsLinks
600
CA16
#CA16CA
Hover statesFocus ringsPrimary buttons hover
700
A112
#A112A1
Active/pressed statesDark mode accentsSecondary text
800
730D
#730D73
Text on light backgroundsHeadingsStrong borders
900
4908
#490849
Primary textHigh emphasis contentDark headings
950
2E05
#2E052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #FDF1FD;
  --purple-100: #FBDFFB;
  --purple-200: #F8C3F8;
  --purple-300: #F395F3;
  --purple-400: #ED5EED;
  --purple-500: #E830E8;
  --purple-600: #CA16CA;
  --purple-700: #A112A1;
  --purple-800: #730D73;
  --purple-900: #490849;
  --purple-950: #2E052E;
}
Generate More ShadesCreate PaletteConvert Color