Purple

#73057A

Pink

Color Codes

All color formats for development

HEX
#73057A
RGB
rgb(115, 5, 122)
HSL
hsl(296, 92%, 25%)
OKLCH
oklch(0.397 0.181 325.3)
CMYK
cmyk(6%, 96%, 0%, 52%)

Accessibility

WCAG contrast compliance

On White Background

10.34:1

AA AAA

On Black Background

2.03:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF0
100
#FBDD
200
#F8BF
300
#F38E
400
#ED54
500
#E823
600
#CA09
700
#A007
800
#7305
900
#4903
950
#2E02

Shades

Darker variations

1#67056E
2#5C0462
3#500456
4#450349
5#39033D
6#2E0231
7#220225
8#170118
9#0B010C

Tints

Lighter variations

1#95079F
2#B708C4
3#DA0AE9
4#E823F6
5#EC47F7
6#EF6CF9
7#F391FA
8#F7B6FC
9#FBDAFD

Tones

Muted variations

1#6D0B75
2#68116F
3#631769
4#5E1D63
5#59225D
6#542857
7#4F2E51
8#4A344B
9#453A46

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF0
#FDF0FE
BackgroundsSubtle highlightsCard backgrounds
100
FBDD
#FBDDFE
Light backgroundsTable row hoverSkeleton loading
200
F8BF
#F8BFFC
Secondary backgroundsInput backgroundsDividers
300
F38E
#F38EFA
BordersInactive statesPlaceholder text
400
ED54
#ED54F8
Disabled statesSecondary iconsMuted text
500
E823
#E823F6
Primary brand colorCTAsActive elementsLinks
600
CA09
#CA09D7
Hover statesFocus ringsPrimary buttons hover
700
A007
#A007AB
Active/pressed statesDark mode accentsSecondary text
800
7305
#73057A
Text on light backgroundsHeadingsStrong borders
900
4903
#49034E
Primary textHigh emphasis contentDark headings
950
2E02
#2E0231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #FDF0FE;
  --purple-100: #FBDDFE;
  --purple-200: #F8BFFC;
  --purple-300: #F38EFA;
  --purple-400: #ED54F8;
  --purple-500: #E823F6;
  --purple-600: #CA09D7;
  --purple-700: #A007AB;
  --purple-800: #73057A;
  --purple-900: #49034E;
  --purple-950: #2E0231;
}
Generate More ShadesCreate PaletteConvert Color