Purple

#9F149D

Pink

Color Codes

All color formats for development

HEX
#9F149D
RGB
rgb(159, 20, 157)
HSL
hsl(301, 78%, 35%)
OKLCH
oklch(0.498 0.217 328.9)
CMYK
cmyk(0%, 87%, 1%, 38%)

Accessibility

WCAG contrast compliance

On White Background

6.86:1

AA AAA

On Black Background

3.06: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#8F128D
2#7F107D
3#6F0E6E
4#5F0C5E
5#4F0A4E
6#40083F
7#30062F
8#20041F
9#100210

Tints

Lighter variations

1#BC17BA
2#DA1BD7
3#E530E2
4#E94EE7
5#ED6BEB
6#F089EF
7#F4A6F3
8#F8C4F7
9#FBE1FB

Tones

Muted variations

1#981B96
2#91228F
3#8A2988
4#832F82
5#7C367B
6#753D74
7#6E446D
8#674B67
9#605260

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
F8C4
#F8C4F7
Secondary backgroundsInput backgroundsDividers
300
F297
#F297F1
BordersInactive statesPlaceholder text
400
EB60
#EB60E9
Disabled statesSecondary iconsMuted text
500
E633
#E633E3
Primary brand colorCTAsActive elementsLinks
600
C819
#C819C5
Hover statesFocus ringsPrimary buttons hover
700
9F14
#9F149D
Active/pressed statesDark mode accentsSecondary text
800
710E
#710E70
Text on light backgroundsHeadingsStrong borders
900
4909
#490948
Primary textHigh emphasis contentDark headings
950
2D06
#2D062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #FDF1FD;
  --purple-100: #FBDFFB;
  --purple-200: #F8C4F7;
  --purple-300: #F297F1;
  --purple-400: #EB60E9;
  --purple-500: #E633E3;
  --purple-600: #C819C5;
  --purple-700: #9F149D;
  --purple-800: #710E70;
  --purple-900: #490948;
  --purple-950: #2D062D;
}
Generate More ShadesCreate PaletteConvert Color