Purple

#700F60

Pink

Color Codes

All color formats for development

HEX
#700F60
RGB
rgb(112, 15, 96)
HSL
hsl(310, 76%, 25%)
OKLCH
oklch(0.38 0.154 336.4)
CMYK
cmyk(0%, 87%, 14%, 56%)

Accessibility

WCAG contrast compliance

On White Background

10.90:1

AA AAA

On Black Background

1.93:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF2
100
#FBE0
200
#F7C5
300
#F198
400
#EA62
500
#E335
600
#C51B
700
#9D15
800
#700F
900
#480A
950
#2D06

Shades

Darker variations

1#650E56
2#5A0C4D
3#4F0B43
4#43093A
5#380830
6#2D0626
7#22051D
8#160313
9#0B020A

Tints

Lighter variations

1#92147D
2#B4189A
3#D51DB6
4#E335C6
5#E857D0
6#ED78D9
7#F19AE3
8#F6BCEC
9#FADDF6

Tones

Muted variations

1#6B145D
2#67195A
3#621E56
4#5D2353
5#582850
6#532C4D
7#4E3149
8#493646
9#453B43

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF2
#FDF2FB
BackgroundsSubtle highlightsCard backgrounds
100
FBE0
#FBE0F6
Light backgroundsTable row hoverSkeleton loading
200
F7C5
#F7C5EF
Secondary backgroundsInput backgroundsDividers
300
F198
#F198E2
BordersInactive statesPlaceholder text
400
EA62
#EA62D3
Disabled statesSecondary iconsMuted text
500
E335
#E335C6
Primary brand colorCTAsActive elementsLinks
600
C51B
#C51BA9
Hover statesFocus ringsPrimary buttons hover
700
9D15
#9D1586
Active/pressed statesDark mode accentsSecondary text
800
700F
#700F60
Text on light backgroundsHeadingsStrong borders
900
480A
#480A3D
Primary textHigh emphasis contentDark headings
950
2D06
#2D0626
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #FDF2FB;
  --purple-100: #FBE0F6;
  --purple-200: #F7C5EF;
  --purple-300: #F198E2;
  --purple-400: #EA62D3;
  --purple-500: #E335C6;
  --purple-600: #C51BA9;
  --purple-700: #9D1586;
  --purple-800: #700F60;
  --purple-900: #480A3D;
  --purple-950: #2D0626;
}
Generate More ShadesCreate PaletteConvert Color