Purple

#69027E

Pink

Color Codes

All color formats for development

HEX
#69027E
RGB
rgb(105, 2, 126)
HSL
hsl(290, 97%, 25%)
OKLCH
oklch(0.382 0.183 319)
CMYK
cmyk(17%, 98%, 0%, 51%)

Accessibility

WCAG contrast compliance

On White Background

10.99:1

AA AAA

On Black Background

1.91:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FCF0
100
#F9DC
200
#F3BE
300
#EA8B
400
#DF4F
500
#D61D
600
#B903
700
#9303
800
#6902
900
#4301
950
#2A01

Shades

Darker variations

1#5E0271
2#540264
3#490158
4#3F014B
5#34013F
6#2A0132
7#1F0126
8#150019
9#0A000D

Tints

Lighter variations

1#8802A3
2#A803C9
3#C704EF
4#D61DFC
5#DD43FC
6#E468FD
7#EB8EFD
8#F1B4FE
9#F8D9FE

Tones

Muted variations

1#650877
2#610E71
3#5D146B
4#581B65
5#54215F
6#502758
7#4C2D52
8#48334C
9#443A46

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FCF0
#FCF0FF
BackgroundsSubtle highlightsCard backgrounds
100
F9DC
#F9DCFE
Light backgroundsTable row hoverSkeleton loading
200
F3BE
#F3BEFE
Secondary backgroundsInput backgroundsDividers
300
EA8B
#EA8BFD
BordersInactive statesPlaceholder text
400
DF4F
#DF4FFC
Disabled statesSecondary iconsMuted text
500
D61D
#D61DFC
Primary brand colorCTAsActive elementsLinks
600
B903
#B903DD
Hover statesFocus ringsPrimary buttons hover
700
9303
#9303B0
Active/pressed statesDark mode accentsSecondary text
800
6902
#69027E
Text on light backgroundsHeadingsStrong borders
900
4301
#430150
Primary textHigh emphasis contentDark headings
950
2A01
#2A0132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #FCF0FF;
  --purple-100: #F9DCFE;
  --purple-200: #F3BEFE;
  --purple-300: #EA8BFD;
  --purple-400: #DF4FFC;
  --purple-500: #D61DFC;
  --purple-600: #B903DD;
  --purple-700: #9303B0;
  --purple-800: #69027E;
  --purple-900: #430150;
  --purple-950: #2A0132;
}
Generate More ShadesCreate PaletteConvert Color