Purple

#690E71

Pink

Color Codes

All color formats for development

HEX
#690E71
RGB
rgb(105, 14, 113)
HSL
hsl(295, 78%, 25%)
OKLCH
oklch(0.378 0.165 324.3)
CMYK
cmyk(7%, 88%, 0%, 56%)

Accessibility

WCAG contrast compliance

On White Background

11.04:1

AA AAA

On Black Background

1.90:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FCF1
100
#F9DF
200
#F3C4
300
#EA97
400
#E060
500
#D733
600
#B919
700
#9314
800
#690E
900
#4309
950
#2A06

Shades

Darker variations

1#5F0D66
2#540B5B
3#4A0A4F
4#3F0844
5#350739
6#2A062D
7#200422
8#150317
9#0B010B

Tints

Lighter variations

1#891294
2#A816B6
3#C81BD8
4#D733E6
5#DE55EA
6#E477EE
7#EB99F2
8#F2BBF7
9#F8DDFB

Tones

Muted variations

1#65136D
2#611868
3#5D1D63
4#59225E
5#542759
6#502C54
7#4C314F
8#48364A
9#443B45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FCF1
#FCF1FD
BackgroundsSubtle highlightsCard backgrounds
100
F9DF
#F9DFFB
Light backgroundsTable row hoverSkeleton loading
200
F3C4
#F3C4F8
Secondary backgroundsInput backgroundsDividers
300
EA97
#EA97F2
BordersInactive statesPlaceholder text
400
E060
#E060EB
Disabled statesSecondary iconsMuted text
500
D733
#D733E6
Primary brand colorCTAsActive elementsLinks
600
B919
#B919C8
Hover statesFocus ringsPrimary buttons hover
700
9314
#93149F
Active/pressed statesDark mode accentsSecondary text
800
690E
#690E71
Text on light backgroundsHeadingsStrong borders
900
4309
#430949
Primary textHigh emphasis contentDark headings
950
2A06
#2A062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #FCF1FD;
  --purple-100: #F9DFFB;
  --purple-200: #F3C4F8;
  --purple-300: #EA97F2;
  --purple-400: #E060EB;
  --purple-500: #D733E6;
  --purple-600: #B919C8;
  --purple-700: #93149F;
  --purple-800: #690E71;
  --purple-900: #430949;
  --purple-950: #2A062D;
}
Generate More ShadesCreate PaletteConvert Color