Purple

#710080

Pink

Color Codes

All color formats for development

HEX
#710080
RGB
rgb(113, 0, 128)
HSL
hsl(293, 100%, 25%)
OKLCH
oklch(0.396 0.188 322)
CMYK
cmyk(12%, 100%, 0%, 50%)

Accessibility

WCAG contrast compliance

On White Background

10.43:1

AA AAA

On Black Background

2.01: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#650073
2#5A0066
3#4F0059
4#44004D
5#380040
6#2D0033
7#220026
8#17001A
9#0B000D

Tints

Lighter variations

1#9200A6
2#B400CC
3#D600F2
4#E41AFF
5#E940FF
6#ED66FF
7#F28CFF
8#F6B3FF
9#FBD9FF

Tones

Muted variations

1#6C0679
2#670D73
3#62136C
4#5D1966
5#582060
6#532659
7#4E2D53
8#4A334D
9#453946

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