Purple

#9D1565

Pink

Color Codes

All color formats for development

HEX
#9D1565
RGB
rgb(157, 21, 101)
HSL
hsl(325, 76%, 35%)
OKLCH
oklch(0.466 0.18 351.5)
CMYK
cmyk(0%, 87%, 36%, 38%)

Accessibility

WCAG contrast compliance

On White Background

7.70:1

AA AAA

On Black Background

2.73:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF2
100
#FBE0
200
#F7C5
300
#F198
400
#EA62
500
#E335
600
#C51B
700
#9D15
800
#700F
900
#480A
950
#2D06

Shades

Darker variations

1#8D135A
2#7E1150
3#6E0F46
4#5E0D3C
5#4F0B32
6#3F0928
7#2F061E
8#1F0414
9#10020A

Tints

Lighter variations

1#BA1977
2#D71D8A
3#E3339A
4#E750A8
5#EB6DB7
6#EF8AC5
7#F3A7D4
8#F7C5E2
9#FBE2F1

Tones

Muted variations

1#961C63
2#902362
3#892A61
4#823160
5#7B375F
6#743E5E
7#6E455D
8#674C5C
9#60525A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF2
#FDF2F8
BackgroundsSubtle highlightsCard backgrounds
100
FBE0
#FBE0EF
Light backgroundsTable row hoverSkeleton loading
200
F7C5
#F7C5E2
Secondary backgroundsInput backgroundsDividers
300
F198
#F198CC
BordersInactive statesPlaceholder text
400
EA62
#EA62B1
Disabled statesSecondary iconsMuted text
500
E335
#E3359B
Primary brand colorCTAsActive elementsLinks
600
C51B
#C51B7E
Hover statesFocus ringsPrimary buttons hover
700
9D15
#9D1565
Active/pressed statesDark mode accentsSecondary text
800
700F
#700F48
Text on light backgroundsHeadingsStrong borders
900
480A
#480A2E
Primary textHigh emphasis contentDark headings
950
2D06
#2D061D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #FDF2F8;
  --purple-100: #FBE0EF;
  --purple-200: #F7C5E2;
  --purple-300: #F198CC;
  --purple-400: #EA62B1;
  --purple-500: #E3359B;
  --purple-600: #C51B7E;
  --purple-700: #9D1565;
  --purple-800: #700F48;
  --purple-900: #480A2E;
  --purple-950: #2D061D;
}
Generate More ShadesCreate PaletteConvert Color