Purple

#730D6A

Pink

Color Codes

All color formats for development

HEX
#730D6A
RGB
rgb(115, 13, 106)
HSL
hsl(305, 80%, 25%)
OKLCH
oklch(0.39 0.165 332.5)
CMYK
cmyk(0%, 89%, 8%, 55%)

Accessibility

WCAG contrast compliance

On White Background

10.53:1

AA AAA

On Black Background

1.99: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#670B60
2#5C0A55
3#50094A
4#450840
5#390635
6#2E052B
7#220420
8#170315
9#0B010B

Tints

Lighter variations

1#95118A
2#B814AA
3#DA18CA
4#E830D9
5#EC53DF
6#F075E6
7#F498EC
8#F7BAF2
9#FBDDF9

Tones

Muted variations

1#6E1266
2#691762
3#631C5E
4#5E2159
5#592655
6#542B51
7#4F304D
8#4A3648
9#453B44

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF1
#FDF1FC
BackgroundsSubtle highlightsCard backgrounds
100
FBDF
#FBDFF9
Light backgroundsTable row hoverSkeleton loading
200
F8C3
#F8C3F4
Secondary backgroundsInput backgroundsDividers
300
F395
#F395EB
BordersInactive statesPlaceholder text
400
ED5E
#ED5EE1
Disabled statesSecondary iconsMuted text
500
E830
#E830D9
Primary brand colorCTAsActive elementsLinks
600
CA16
#CA16BB
Hover statesFocus ringsPrimary buttons hover
700
A112
#A11295
Active/pressed statesDark mode accentsSecondary text
800
730D
#730D6A
Text on light backgroundsHeadingsStrong borders
900
4908
#490844
Primary textHigh emphasis contentDark headings
950
2E05
#2E052B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #FDF1FC;
  --purple-100: #FBDFF9;
  --purple-200: #F8C3F4;
  --purple-300: #F395EB;
  --purple-400: #ED5EE1;
  --purple-500: #E830D9;
  --purple-600: #CA16BB;
  --purple-700: #A11295;
  --purple-800: #730D6A;
  --purple-900: #490844;
  --purple-950: #2E052B;
}
Generate More ShadesCreate PaletteConvert Color