Purple

#9F149F

Pink

Color Codes

All color formats for development

HEX
#9F149F
RGB
rgb(159, 20, 159)
HSL
hsl(300, 78%, 35%)
OKLCH
oklch(0.499 0.218 328.3)
CMYK
cmyk(0%, 87%, 0%, 38%)

Accessibility

WCAG contrast compliance

On White Background

6.83:1

AA AAA

On Black Background

3.07: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#8F128F
2#7F107F
3#6F0E6F
4#5F0C5F
5#4F0A4F
6#400840
7#300630
8#200420
9#100210

Tints

Lighter variations

1#BC17BC
2#DA1BDA
3#E530E5
4#E94EE9
5#ED6BED
6#F089F0
7#F4A6F4
8#F8C4F8
9#FBE1FB

Tones

Muted variations

1#981B98
2#912291
3#8A298A
4#832F83
5#7C367C
6#753D75
7#6E446E
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
#F8C4F8
Secondary backgroundsInput backgroundsDividers
300
F297
#F297F2
BordersInactive statesPlaceholder text
400
EB60
#EB60EB
Disabled statesSecondary iconsMuted text
500
E633
#E633E6
Primary brand colorCTAsActive elementsLinks
600
C819
#C819C8
Hover statesFocus ringsPrimary buttons hover
700
9F14
#9F149F
Active/pressed statesDark mode accentsSecondary text
800
710E
#710E71
Text on light backgroundsHeadingsStrong borders
900
4909
#490949
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: #F8C4F8;
  --purple-300: #F297F2;
  --purple-400: #EB60EB;
  --purple-500: #E633E6;
  --purple-600: #C819C8;
  --purple-700: #9F149F;
  --purple-800: #710E71;
  --purple-900: #490949;
  --purple-950: #2D062D;
}
Generate More ShadesCreate PaletteConvert Color