Purple

#9E1567

Pink

Color Codes

All color formats for development

HEX
#9E1567
RGB
rgb(158, 21, 103)
HSL
hsl(324, 77%, 35%)
OKLCH
oklch(0.469 0.182 350.8)
CMYK
cmyk(0%, 87%, 35%, 38%)

Accessibility

WCAG contrast compliance

On White Background

7.62:1

AA AAA

On Black Background

2.76:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF1
100
#FBDF
200
#F7C4
300
#F297
400
#EA61
500
#E534
600
#C71A
700
#9E15
800
#710F
900
#4809
950
#2D06

Shades

Darker variations

1#8E125D
2#7E1052
3#6F0E48
4#5F0C3E
5#4F0A33
6#3F0829
7#2F061F
8#200415
9#10020A

Tints

Lighter variations

1#BB187A
2#D91C8D
3#E4329D
4#E84FAB
5#EC6CB9
6#F08AC7
7#F4A7D5
8#F7C4E3
9#FBE2F1

Tones

Muted variations

1#971B66
2#902264
3#892963
4#823061
5#7C3760
6#753E5F
7#6E455D
8#674C5C
9#60525B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF1
#FDF1F9
BackgroundsSubtle highlightsCard backgrounds
100
FBDF
#FBDFF0
Light backgroundsTable row hoverSkeleton loading
200
F7C4
#F7C4E3
Secondary backgroundsInput backgroundsDividers
300
F297
#F297CD
BordersInactive statesPlaceholder text
400
EA61
#EA61B3
Disabled statesSecondary iconsMuted text
500
E534
#E5349E
Primary brand colorCTAsActive elementsLinks
600
C71A
#C71A81
Hover statesFocus ringsPrimary buttons hover
700
9E15
#9E1567
Active/pressed statesDark mode accentsSecondary text
800
710F
#710F4A
Text on light backgroundsHeadingsStrong borders
900
4809
#48092F
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: #FDF1F9;
  --purple-100: #FBDFF0;
  --purple-200: #F7C4E3;
  --purple-300: #F297CD;
  --purple-400: #EA61B3;
  --purple-500: #E5349E;
  --purple-600: #C71A81;
  --purple-700: #9E1567;
  --purple-800: #710F4A;
  --purple-900: #48092F;
  --purple-950: #2D061D;
}
Generate More ShadesCreate PaletteConvert Color