Purple

#70047C

Pink

Color Codes

All color formats for development

HEX
#70047C
RGB
rgb(112, 4, 124)
HSL
hsl(294, 94%, 25%)
OKLCH
oklch(0.393 0.182 323.1)
CMYK
cmyk(10%, 97%, 0%, 51%)

Accessibility

WCAG contrast compliance

On White Background

10.51:1

AA AAA

On Black Background

2.00:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF0
100
#FBDC
200
#F7BF
300
#F08D
400
#E952
500
#E320
600
#C507
700
#9C05
800
#7004
900
#4702
950
#2D02

Shades

Darker variations

1#65036F
2#590363
3#4E0357
4#43024A
5#38023E
6#2D0231
7#220125
8#160119
9#0B000C

Tints

Lighter variations

1#9105A1
2#B306C6
3#D407EB
4#E320F8
5#E745F9
6#EC6BFA
7#F190FC
8#F6B5FD
9#FADAFE

Tones

Muted variations

1#6B0A76
2#661070
3#61166A
4#5D1C64
5#58225E
6#532858
7#4E2E52
8#49344C
9#453A46

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF0
#FDF0FF
BackgroundsSubtle highlightsCard backgrounds
100
FBDC
#FBDCFE
Light backgroundsTable row hoverSkeleton loading
200
F7BF
#F7BFFD
Secondary backgroundsInput backgroundsDividers
300
F08D
#F08DFB
BordersInactive statesPlaceholder text
400
E952
#E952FA
Disabled statesSecondary iconsMuted text
500
E320
#E320F8
Primary brand colorCTAsActive elementsLinks
600
C507
#C507DA
Hover statesFocus ringsPrimary buttons hover
700
9C05
#9C05AD
Active/pressed statesDark mode accentsSecondary text
800
7004
#70047C
Text on light backgroundsHeadingsStrong borders
900
4702
#47024F
Primary textHigh emphasis contentDark headings
950
2D02
#2D0231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #FDF0FF;
  --purple-100: #FBDCFE;
  --purple-200: #F7BFFD;
  --purple-300: #F08DFB;
  --purple-400: #E952FA;
  --purple-500: #E320F8;
  --purple-600: #C507DA;
  --purple-700: #9C05AD;
  --purple-800: #70047C;
  --purple-900: #47024F;
  --purple-950: #2D0231;
}
Generate More ShadesCreate PaletteConvert Color