Purple

#9E07AB

Pink

Color Codes

All color formats for development

HEX
#9E07AB
RGB
rgb(158, 7, 171)
HSL
hsl(295, 92%, 35%)
OKLCH
oklch(0.501 0.232 324.1)
CMYK
cmyk(8%, 96%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

6.84:1

AA AAA

On Black Background

3.07:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF0
100
#FBDD
200
#F7BF
300
#F18E
400
#EA54
500
#E423
600
#C609
700
#9E07
800
#7105
900
#4803
950
#2D02

Shades

Darker variations

1#8E069A
2#7E0689
3#6E0578
4#5F0467
5#4F0456
6#3F0345
7#2F0233
8#200122
9#100111

Tints

Lighter variations

1#BB08CB
2#D80AEB
3#E420F6
4#E840F7
5#EC60F8
6#F080FA
7#F3A0FB
8#F7BFFC
9#FBDFFE

Tones

Muted variations

1#970FA3
2#90189B
3#892093
4#82288B
5#7B3082
6#75387A
7#6E4172
8#67496A
9#605161

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF0
#FDF0FE
BackgroundsSubtle highlightsCard backgrounds
100
FBDD
#FBDDFE
Light backgroundsTable row hoverSkeleton loading
200
F7BF
#F7BFFC
Secondary backgroundsInput backgroundsDividers
300
F18E
#F18EFA
BordersInactive statesPlaceholder text
400
EA54
#EA54F8
Disabled statesSecondary iconsMuted text
500
E423
#E423F6
Primary brand colorCTAsActive elementsLinks
600
C609
#C609D7
Hover statesFocus ringsPrimary buttons hover
700
9E07
#9E07AB
Active/pressed statesDark mode accentsSecondary text
800
7105
#71057A
Text on light backgroundsHeadingsStrong borders
900
4803
#48034E
Primary textHigh emphasis contentDark headings
950
2D02
#2D0231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #FDF0FE;
  --purple-100: #FBDDFE;
  --purple-200: #F7BFFC;
  --purple-300: #F18EFA;
  --purple-400: #EA54F8;
  --purple-500: #E423F6;
  --purple-600: #C609D7;
  --purple-700: #9E07AB;
  --purple-800: #71057A;
  --purple-900: #48034E;
  --purple-950: #2D0231;
}
Generate More ShadesCreate PaletteConvert Color