Purple

#710B75

Pink

Color Codes

All color formats for development

HEX
#710B75
RGB
rgb(113, 11, 117)
HSL
hsl(298, 83%, 25%)
OKLCH
oklch(0.393 0.173 326.4)
CMYK
cmyk(3%, 91%, 0%, 54%)

Accessibility

WCAG contrast compliance

On White Background

10.46: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
#FDF1
100
#FBDE
200
#F8C2
300
#F294
400
#EB5C
500
#E52D
600
#C713
700
#9E0F
800
#710B
900
#4807
950
#2D04

Shades

Darker variations

1#660A69
2#5B095D
3#4F0852
4#440746
5#39053A
6#2D042F
7#220323
8#170217
9#0B010C

Tints

Lighter variations

1#930E98
2#B511BB
3#D715DE
4#E52DEB
5#E950EF
6#EE73F2
7#F296F5
8#F6B9F8
9#FBDCFC

Tones

Muted variations

1#6C106F
2#67156A
3#621B65
4#5D205F
5#58255A
6#542B55
7#4F3050
8#4A354A
9#453A45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF1
#FDF1FE
BackgroundsSubtle highlightsCard backgrounds
100
FBDE
#FBDEFC
Light backgroundsTable row hoverSkeleton loading
200
F8C2
#F8C2F9
Secondary backgroundsInput backgroundsDividers
300
F294
#F294F5
BordersInactive statesPlaceholder text
400
EB5C
#EB5CF0
Disabled statesSecondary iconsMuted text
500
E52D
#E52DEB
Primary brand colorCTAsActive elementsLinks
600
C713
#C713CD
Hover statesFocus ringsPrimary buttons hover
700
9E0F
#9E0FA3
Active/pressed statesDark mode accentsSecondary text
800
710B
#710B75
Text on light backgroundsHeadingsStrong borders
900
4807
#48074B
Primary textHigh emphasis contentDark headings
950
2D04
#2D042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #FDF1FE;
  --purple-100: #FBDEFC;
  --purple-200: #F8C2F9;
  --purple-300: #F294F5;
  --purple-400: #EB5CF0;
  --purple-500: #E52DEB;
  --purple-600: #C713CD;
  --purple-700: #9E0FA3;
  --purple-800: #710B75;
  --purple-900: #48074B;
  --purple-950: #2D042F;
}
Generate More ShadesCreate PaletteConvert Color