Purple

#8519C8

Purple

Color Codes

All color formats for development

HEX
#8519C8
RGB
rgb(133, 25, 200)
HSL
hsl(277, 78%, 44%)
OKLCH
oklch(0.494 0.239 306.5)
CMYK
cmyk(34%, 88%, 0%, 22%)

Accessibility

WCAG contrast compliance

On White Background

7.07:1

AA AAA

On Black Background

2.97:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F9F1
100
#F0DF
200
#E4C4
300
#CF97
400
#B660
500
#A133
600
#8519
700
#6914
800
#4B0E
900
#3009
950
#1E06

Shades

Darker variations

1#7716B4
2#6A14A0
3#5D118C
4#500F78
5#420C64
6#350A50
7#28073C
8#1B0528
9#0D0214

Tints

Lighter variations

1#951CE1
2#A234E6
3#AD4DE9
4#B966EC
5#C580EF
6#D099F2
7#DCB3F6
8#E8CCF9
9#F3E6FC

Tones

Muted variations

1#8321BF
2#812AB6
3#7E33AD
4#7C3CA5
5#7A449C
6#784D93
7#76568A
8#745F82
9#726779

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F9F1
#F9F1FD
BackgroundsSubtle highlightsCard backgrounds
100
F0DF
#F0DFFB
Light backgroundsTable row hoverSkeleton loading
200
E4C4
#E4C4F8
Secondary backgroundsInput backgroundsDividers
300
CF97
#CF97F2
BordersInactive statesPlaceholder text
400
B660
#B660EB
Disabled statesSecondary iconsMuted text
500
A133
#A133E6
Primary brand colorCTAsActive elementsLinks
600
8519
#8519C8
Hover statesFocus ringsPrimary buttons hover
700
6914
#69149F
Active/pressed statesDark mode accentsSecondary text
800
4B0E
#4B0E71
Text on light backgroundsHeadingsStrong borders
900
3009
#300949
Primary textHigh emphasis contentDark headings
950
1E06
#1E062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #F9F1FD;
  --purple-100: #F0DFFB;
  --purple-200: #E4C4F8;
  --purple-300: #CF97F2;
  --purple-400: #B660EB;
  --purple-500: #A133E6;
  --purple-600: #8519C8;
  --purple-700: #69149F;
  --purple-800: #4B0E71;
  --purple-900: #300949;
  --purple-950: #1E062D;
}
Generate More ShadesCreate PaletteConvert Color