Purple

#700F45

Pink

Color Codes

All color formats for development

HEX
#700F45
RGB
rgb(112, 15, 69)
HSL
hsl(327, 76%, 25%)
OKLCH
oklch(0.366 0.138 352.9)
CMYK
cmyk(0%, 87%, 38%, 56%)

Accessibility

WCAG contrast compliance

On White Background

11.39:1

AA AAA

On Black Background

1.84: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#650E3E
2#5A0C37
3#4F0B30
4#430929
5#380822
6#2D061B
7#220515
8#16030E
9#0B0207

Tints

Lighter variations

1#921459
2#B4186E
3#D51D82
4#E33595
5#E857A7
6#ED78B8
7#F19ACA
8#F6BCDC
9#FADDED

Tones

Muted variations

1#6B1444
2#671944
3#621E43
4#5D2343
5#582842
6#532C42
7#4E3141
8#493641
9#453B40

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF2
#FDF2F8
BackgroundsSubtle highlightsCard backgrounds
100
FBE0
#FBE0EF
Light backgroundsTable row hoverSkeleton loading
200
F7C5
#F7C5E0
Secondary backgroundsInput backgroundsDividers
300
F198
#F198C9
BordersInactive statesPlaceholder text
400
EA62
#EA62AD
Disabled statesSecondary iconsMuted text
500
E335
#E33595
Primary brand colorCTAsActive elementsLinks
600
C51B
#C51B79
Hover statesFocus ringsPrimary buttons hover
700
9D15
#9D1560
Active/pressed statesDark mode accentsSecondary text
800
700F
#700F45
Text on light backgroundsHeadingsStrong borders
900
480A
#480A2C
Primary textHigh emphasis contentDark headings
950
2D06
#2D061B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #FDF2F8;
  --purple-100: #FBE0EF;
  --purple-200: #F7C5E0;
  --purple-300: #F198C9;
  --purple-400: #EA62AD;
  --purple-500: #E33595;
  --purple-600: #C51B79;
  --purple-700: #9D1560;
  --purple-800: #700F45;
  --purple-900: #480A2C;
  --purple-950: #2D061B;
}
Generate More ShadesCreate PaletteConvert Color