Purple

#8602DE

Purple

Color Codes

All color formats for development

HEX
#8602DE
RGB
rgb(134, 2, 222)
HSL
hsl(276, 98%, 44%)
OKLCH
oklch(0.506 0.266 302.4)
CMYK
cmyk(40%, 99%, 0%, 13%)

Accessibility

WCAG contrast compliance

On White Background

6.82:1

AA AAA

On Black Background

3.08:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F9F0
100
#F1DC
200
#E4BD
300
#D08B
400
#B74E
500
#A31C
600
#8602
700
#6B02
800
#4C01
900
#3101
950
#1E01

Shades

Darker variations

1#7902C8
2#6B02B2
3#5E029C
4#510185
5#43016F
6#360159
7#280143
8#1B002C
9#0D0016

Tints

Lighter variations

1#9703FA
2#A31DFD
3#AF39FD
4#BA55FD
5#C672FE
6#D18EFE
7#DDAAFE
8#E8C6FE
9#F4E3FF

Tones

Muted variations

1#840DD3
2#8218C8
3#8023BD
4#7D2EB2
5#7B39A7
6#79449C
7#774F91
8#755A86
9#72657B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F9F0
#F9F0FF
BackgroundsSubtle highlightsCard backgrounds
100
F1DC
#F1DCFF
Light backgroundsTable row hoverSkeleton loading
200
E4BD
#E4BDFE
Secondary backgroundsInput backgroundsDividers
300
D08B
#D08BFE
BordersInactive statesPlaceholder text
400
B74E
#B74EFD
Disabled statesSecondary iconsMuted text
500
A31C
#A31CFD
Primary brand colorCTAsActive elementsLinks
600
8602
#8602DE
Hover statesFocus ringsPrimary buttons hover
700
6B02
#6B02B1
Active/pressed statesDark mode accentsSecondary text
800
4C01
#4C017E
Text on light backgroundsHeadingsStrong borders
900
3101
#310151
Primary textHigh emphasis contentDark headings
950
1E01
#1E0132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #F9F0FF;
  --purple-100: #F1DCFF;
  --purple-200: #E4BDFE;
  --purple-300: #D08BFE;
  --purple-400: #B74EFD;
  --purple-500: #A31CFD;
  --purple-600: #8602DE;
  --purple-700: #6B02B1;
  --purple-800: #4C017E;
  --purple-900: #310151;
  --purple-950: #1E0132;
}
Generate More ShadesCreate PaletteConvert Color