Purple

#9E00B3

Pink

Color Codes

All color formats for development

HEX
#9E00B3
RGB
rgb(158, 0, 179)
HSL
hsl(293, 100%, 35%)
OKLCH
oklch(0.505 0.24 321.8)
CMYK
cmyk(12%, 100%, 0%, 30%)

Accessibility

WCAG contrast compliance

On White Background

6.76:1

AA AAA

On Black Background

3.10:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF0
100
#FBDB
200
#F7BD
300
#F18A
400
#EA4D
500
#E41A
600
#C600
700
#9E00
800
#7100
900
#4800
950
#2D00

Shades

Darker variations

1#8E00A1
2#7E008F
3#6E007D
4#5F006B
5#4F0059
6#3F0047
7#2F0036
8#200024
9#100012

Tints

Lighter variations

1#BB00D4
2#D800F5
3#E417FF
4#E838FF
5#EC59FF
6#F07AFF
7#F39CFF
8#F7BDFF
9#FBDEFF

Tones

Muted variations

1#9709AA
2#9012A1
3#891B98
4#82248F
5#7B2D86
6#75367D
7#6E3E74
8#67476B
9#605062

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF0
#FDF0FF
BackgroundsSubtle highlightsCard backgrounds
100
FBDB
#FBDBFF
Light backgroundsTable row hoverSkeleton loading
200
F7BD
#F7BDFF
Secondary backgroundsInput backgroundsDividers
300
F18A
#F18AFF
BordersInactive statesPlaceholder text
400
EA4D
#EA4DFF
Disabled statesSecondary iconsMuted text
500
E41A
#E41AFF
Primary brand colorCTAsActive elementsLinks
600
C600
#C600E0
Hover statesFocus ringsPrimary buttons hover
700
9E00
#9E00B3
Active/pressed statesDark mode accentsSecondary text
800
7100
#710080
Text on light backgroundsHeadingsStrong borders
900
4800
#480052
Primary textHigh emphasis contentDark headings
950
2D00
#2D0033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #FDF0FF;
  --purple-100: #FBDBFF;
  --purple-200: #F7BDFF;
  --purple-300: #F18AFF;
  --purple-400: #EA4DFF;
  --purple-500: #E41AFF;
  --purple-600: #C600E0;
  --purple-700: #9E00B3;
  --purple-800: #710080;
  --purple-900: #480052;
  --purple-950: #2D0033;
}
Generate More ShadesCreate PaletteConvert Color