Purple

#9D149F

Pink

Color Codes

All color formats for development

HEX
#9D149F
RGB
rgb(157, 20, 159)
HSL
hsl(299, 78%, 35%)
OKLCH
oklch(0.496 0.217 327.6)
CMYK
cmyk(1%, 87%, 0%, 38%)

Accessibility

WCAG contrast compliance

On White Background

6.92:1

AA AAA

On Black Background

3.03:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF1
100
#FBDF
200
#F7C4
300
#F197
400
#E960
500
#E333
600
#C519
700
#9D14
800
#700E
900
#4809
950
#2D06

Shades

Darker variations

1#8D128F
2#7D107F
3#6E0E6F
4#5E0C5F
5#4E0A4F
6#3F0840
7#2F0630
8#1F0420
9#100210

Tints

Lighter variations

1#BA17BC
2#D71BDA
3#E230E5
4#E74EE9
5#EB6BED
6#EF89F0
7#F3A6F4
8#F7C4F8
9#FBE1FB

Tones

Muted variations

1#961B98
2#8F2291
3#88298A
4#822F83
5#7B367C
6#743D75
7#6D446E
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
F7C4
#F7C4F8
Secondary backgroundsInput backgroundsDividers
300
F197
#F197F2
BordersInactive statesPlaceholder text
400
E960
#E960EB
Disabled statesSecondary iconsMuted text
500
E333
#E333E6
Primary brand colorCTAsActive elementsLinks
600
C519
#C519C8
Hover statesFocus ringsPrimary buttons hover
700
9D14
#9D149F
Active/pressed statesDark mode accentsSecondary text
800
700E
#700E71
Text on light backgroundsHeadingsStrong borders
900
4809
#480949
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: #F7C4F8;
  --purple-300: #F197F2;
  --purple-400: #E960EB;
  --purple-500: #E333E6;
  --purple-600: #C519C8;
  --purple-700: #9D149F;
  --purple-800: #700E71;
  --purple-900: #480949;
  --purple-950: #2D062D;
}
Generate More ShadesCreate PaletteConvert Color