Purple

#9F1488

Pink

Color Codes

All color formats for development

HEX
#9F1488
RGB
rgb(159, 20, 136)
HSL
hsl(310, 78%, 35%)
OKLCH
oklch(0.486 0.202 336.7)
CMYK
cmyk(0%, 87%, 14%, 38%)

Accessibility

WCAG contrast compliance

On White Background

7.17:1

AA AAA

On Black Background

2.93: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#8F127A
2#7F106D
3#6F0E5F
4#5F0C51
5#4F0A44
6#400836
7#300629
8#20041B
9#10020E

Tints

Lighter variations

1#BC17A1
2#DA1BBA
3#E530C7
4#E94ECF
5#ED6BD7
6#F089DF
7#F4A6E7
8#F8C4EF
9#FBE1F7

Tones

Muted variations

1#981B83
2#91227E
3#8A297A
4#832F75
5#7C3670
6#753D6C
7#6E4467
8#674B63
9#60525E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF1
#FDF1FB
BackgroundsSubtle highlightsCard backgrounds
100
FBDF
#FBDFF6
Light backgroundsTable row hoverSkeleton loading
200
F8C4
#F8C4EF
Secondary backgroundsInput backgroundsDividers
300
F297
#F297E3
BordersInactive statesPlaceholder text
400
EB60
#EB60D4
Disabled statesSecondary iconsMuted text
500
E633
#E633C8
Primary brand colorCTAsActive elementsLinks
600
C819
#C819AB
Hover statesFocus ringsPrimary buttons hover
700
9F14
#9F1488
Active/pressed statesDark mode accentsSecondary text
800
710E
#710E61
Text on light backgroundsHeadingsStrong borders
900
4909
#49093E
Primary textHigh emphasis contentDark headings
950
2D06
#2D0627
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #FDF1FB;
  --purple-100: #FBDFF6;
  --purple-200: #F8C4EF;
  --purple-300: #F297E3;
  --purple-400: #EB60D4;
  --purple-500: #E633C8;
  --purple-600: #C819AB;
  --purple-700: #9F1488;
  --purple-800: #710E61;
  --purple-900: #49093E;
  --purple-950: #2D0627;
}
Generate More ShadesCreate PaletteConvert Color