Purple

#8604DC

Purple

Color Codes

All color formats for development

HEX
#8604DC
RGB
rgb(134, 4, 220)
HSL
hsl(276, 96%, 44%)
OKLCH
oklch(0.505 0.264 302.8)
CMYK
cmyk(39%, 98%, 0%, 14%)

Accessibility

WCAG contrast compliance

On White Background

6.85:1

AA AAA

On Black Background

3.06:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F9F0
100
#F1DC
200
#E4BE
300
#D08C
400
#B750
500
#A21E
600
#8604
700
#6A04
800
#4C03
900
#3102
950
#1E01

Shades

Darker variations

1#7804C6
2#6B04B0
3#5E039A
4#500384
5#43026E
6#350258
7#280142
8#1B012C
9#0D0016

Tints

Lighter variations

1#9705F8
2#A31FFA
3#AE3BFB
4#BA57FC
5#C573FC
6#D18FFD
7#DCABFD
8#E8C7FE
9#F3E3FE

Tones

Muted variations

1#840FD1
2#811AC6
3#7F25BC
4#7D30B1
5#7B3AA6
6#79459B
7#775091
8#755B86
9#72657B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F9F0
#F9F0FF
BackgroundsSubtle highlightsCard backgrounds
100
F1DC
#F1DCFE
Light backgroundsTable row hoverSkeleton loading
200
E4BE
#E4BEFE
Secondary backgroundsInput backgroundsDividers
300
D08C
#D08CFD
BordersInactive statesPlaceholder text
400
B750
#B750FB
Disabled statesSecondary iconsMuted text
500
A21E
#A21EFA
Primary brand colorCTAsActive elementsLinks
600
8604
#8604DC
Hover statesFocus ringsPrimary buttons hover
700
6A04
#6A04AF
Active/pressed statesDark mode accentsSecondary text
800
4C03
#4C037D
Text on light backgroundsHeadingsStrong borders
900
3102
#310250
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: #F1DCFE;
  --purple-200: #E4BEFE;
  --purple-300: #D08CFD;
  --purple-400: #B750FB;
  --purple-500: #A21EFA;
  --purple-600: #8604DC;
  --purple-700: #6A04AF;
  --purple-800: #4C037D;
  --purple-900: #310250;
  --purple-950: #1E0132;
}
Generate More ShadesCreate PaletteConvert Color