Purple

#9B07AB

Pink

Color Codes

All color formats for development

HEX
#9B07AB
RGB
rgb(155, 7, 171)
HSL
hsl(294, 92%, 35%)
OKLCH
oklch(0.496 0.231 323.1)
CMYK
cmyk(9%, 96%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

6.97:1

AA AAA

On Black Background

3.01:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF0
100
#FADD
200
#F6BF
300
#F08E
400
#E754
500
#E123
600
#C309
700
#9B07
800
#6F05
900
#4703
950
#2C02

Shades

Darker variations

1#8B069A
2#7C0689
3#6C0578
4#5D0467
5#4D0456
6#3E0345
7#2E0233
8#1F0122
9#0F0111

Tints

Lighter variations

1#B808CB
2#D40AEB
3#E020F6
4#E540F7
5#E960F8
6#ED80FA
7#F2A0FB
8#F6BFFC
9#FBDFFE

Tones

Muted variations

1#940FA3
2#8E189B
3#872093
4#81288B
5#7A3082
6#74387A
7#6D4172
8#66496A
9#605161

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF0
#FDF0FE
BackgroundsSubtle highlightsCard backgrounds
100
FADD
#FADDFE
Light backgroundsTable row hoverSkeleton loading
200
F6BF
#F6BFFC
Secondary backgroundsInput backgroundsDividers
300
F08E
#F08EFA
BordersInactive statesPlaceholder text
400
E754
#E754F8
Disabled statesSecondary iconsMuted text
500
E123
#E123F6
Primary brand colorCTAsActive elementsLinks
600
C309
#C309D7
Hover statesFocus ringsPrimary buttons hover
700
9B07
#9B07AB
Active/pressed statesDark mode accentsSecondary text
800
6F05
#6F057A
Text on light backgroundsHeadingsStrong borders
900
4703
#47034E
Primary textHigh emphasis contentDark headings
950
2C02
#2C0231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #FDF0FE;
  --purple-100: #FADDFE;
  --purple-200: #F6BFFC;
  --purple-300: #F08EFA;
  --purple-400: #E754F8;
  --purple-500: #E123F6;
  --purple-600: #C309D7;
  --purple-700: #9B07AB;
  --purple-800: #6F057A;
  --purple-900: #47034E;
  --purple-950: #2C0231;
}
Generate More ShadesCreate PaletteConvert Color