Purple

#810AD6

Purple

Color Codes

All color formats for development

HEX
#810AD6
RGB
rgb(129, 10, 214)
HSL
hsl(275, 91%, 44%)
OKLCH
oklch(0.495 0.256 302.2)
CMYK
cmyk(40%, 95%, 0%, 16%)

Accessibility

WCAG contrast compliance

On White Background

7.12:1

AA AAA

On Black Background

2.95:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F9F0
100
#F0DD
200
#E3C0
300
#CD8F
400
#B355
500
#9E24
600
#810A
700
#6708
800
#4906
900
#2F04
950
#1D02

Shades

Darker variations

1#7409C1
2#6708AB
3#5A0796
4#4E0681
5#41056B
6#340456
7#270340
8#1A022B
9#0D0115

Tints

Lighter variations

1#920BF2
2#9E25F5
3#AA40F6
4#B65BF7
5#C277F9
6#CF92FA
7#DBADFB
8#E7C8FC
9#F3E4FE

Tones

Muted variations

1#8014CC
2#7E1FC2
3#7C29B8
4#7A33AD
5#793DA3
6#774799
7#75528F
8#745C85
9#72667A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F9F0
#F9F0FE
BackgroundsSubtle highlightsCard backgrounds
100
F0DD
#F0DDFD
Light backgroundsTable row hoverSkeleton loading
200
E3C0
#E3C0FC
Secondary backgroundsInput backgroundsDividers
300
CD8F
#CD8FFA
BordersInactive statesPlaceholder text
400
B355
#B355F7
Disabled statesSecondary iconsMuted text
500
9E24
#9E24F5
Primary brand colorCTAsActive elementsLinks
600
810A
#810AD6
Hover statesFocus ringsPrimary buttons hover
700
6708
#6708AA
Active/pressed statesDark mode accentsSecondary text
800
4906
#49067A
Text on light backgroundsHeadingsStrong borders
900
2F04
#2F044E
Primary textHigh emphasis contentDark headings
950
1D02
#1D0231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #F9F0FE;
  --purple-100: #F0DDFD;
  --purple-200: #E3C0FC;
  --purple-300: #CD8FFA;
  --purple-400: #B355F7;
  --purple-500: #9E24F5;
  --purple-600: #810AD6;
  --purple-700: #6708AA;
  --purple-800: #49067A;
  --purple-900: #2F044E;
  --purple-950: #1D0231;
}
Generate More ShadesCreate PaletteConvert Color