Purple

#9F1485

Pink

Color Codes

All color formats for development

HEX
#9F1485
RGB
rgb(159, 20, 133)
HSL
hsl(311, 78%, 35%)
OKLCH
oklch(0.484 0.2 337.9)
CMYK
cmyk(0%, 87%, 16%, 38%)

Accessibility

WCAG contrast compliance

On White Background

7.21:1

AA AAA

On Black Background

2.91: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#8F1278
2#7F106B
3#6F0E5D
4#5F0C50
5#4F0A43
6#400835
7#300628
8#20041B
9#10020D

Tints

Lighter variations

1#BC179E
2#DA1BB7
3#E530C4
4#E94ECD
5#ED6BD5
6#F089DD
7#F4A6E6
8#F8C4EE
9#FBE1F7

Tones

Muted variations

1#981B81
2#91227D
3#8A2978
4#832F74
5#7C366F
6#753D6B
7#6E4466
8#674B62
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
#F8C4EE
Secondary backgroundsInput backgroundsDividers
300
F297
#F297E1
BordersInactive statesPlaceholder text
400
EB60
#EB60D2
Disabled statesSecondary iconsMuted text
500
E633
#E633C5
Primary brand colorCTAsActive elementsLinks
600
C819
#C819A8
Hover statesFocus ringsPrimary buttons hover
700
9F14
#9F1485
Active/pressed statesDark mode accentsSecondary text
800
710E
#710E5F
Text on light backgroundsHeadingsStrong borders
900
4909
#49093D
Primary textHigh emphasis contentDark headings
950
2D06
#2D0626
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #FDF1FB;
  --purple-100: #FBDFF6;
  --purple-200: #F8C4EE;
  --purple-300: #F297E1;
  --purple-400: #EB60D2;
  --purple-500: #E633C5;
  --purple-600: #C819A8;
  --purple-700: #9F1485;
  --purple-800: #710E5F;
  --purple-900: #49093D;
  --purple-950: #2D0626;
}
Generate More ShadesCreate PaletteConvert Color