Purple

#70017E

Pink

Color Codes

All color formats for development

HEX
#70017E
RGB
rgb(112, 1, 126)
HSL
hsl(293, 98%, 25%)
OKLCH
oklch(0.393 0.186 322.3)
CMYK
cmyk(11%, 99%, 0%, 51%)

Accessibility

WCAG contrast compliance

On White Background

10.53:1

AA AAA

On Black Background

1.99:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF0
100
#FBDC
200
#F7BD
300
#F08B
400
#E94E
500
#E21C
600
#C402
700
#9C02
800
#7001
900
#4701
950
#2D01

Shades

Darker variations

1#640172
2#590165
3#4E0158
4#43014C
5#38013F
6#2D0132
7#210026
8#160019
9#0B000D

Tints

Lighter variations

1#9102A4
2#B302CA
3#D402F0
4#E21CFD
5#E742FD
6#EC68FD
7#F18DFE
8#F5B3FE
9#FAD9FF

Tones

Muted variations

1#6B0878
2#660E72
3#61146B
4#5C1A65
5#58215F
6#532759
7#4E2D52
8#49334C
9#453A46

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF0
#FDF0FF
BackgroundsSubtle highlightsCard backgrounds
100
FBDC
#FBDCFF
Light backgroundsTable row hoverSkeleton loading
200
F7BD
#F7BDFE
Secondary backgroundsInput backgroundsDividers
300
F08B
#F08BFE
BordersInactive statesPlaceholder text
400
E94E
#E94EFD
Disabled statesSecondary iconsMuted text
500
E21C
#E21CFD
Primary brand colorCTAsActive elementsLinks
600
C402
#C402DE
Hover statesFocus ringsPrimary buttons hover
700
9C02
#9C02B1
Active/pressed statesDark mode accentsSecondary text
800
7001
#70017E
Text on light backgroundsHeadingsStrong borders
900
4701
#470151
Primary textHigh emphasis contentDark headings
950
2D01
#2D0132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #FDF0FF;
  --purple-100: #FBDCFF;
  --purple-200: #F7BDFE;
  --purple-300: #F08BFE;
  --purple-400: #E94EFD;
  --purple-500: #E21CFD;
  --purple-600: #C402DE;
  --purple-700: #9C02B1;
  --purple-800: #70017E;
  --purple-900: #470151;
  --purple-950: #2D0132;
}
Generate More ShadesCreate PaletteConvert Color