Purple

#8819C8

Purple

Color Codes

All color formats for development

HEX
#8819C8
RGB
rgb(136, 25, 200)
HSL
hsl(278, 78%, 44%)
OKLCH
oklch(0.498 0.24 307.7)
CMYK
cmyk(32%, 88%, 0%, 22%)

Accessibility

WCAG contrast compliance

On White Background

6.95:1

AA AAA

On Black Background

3.02:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F9F1
100
#F1DF
200
#E5C4
300
#D197
400
#B860
500
#A433
600
#8819
700
#6C14
800
#4D0E
900
#3109
950
#1F06

Shades

Darker variations

1#7A16B4
2#6C14A0
3#5F118C
4#510F78
5#440C64
6#360A50
7#29073C
8#1B0528
9#0E0214

Tints

Lighter variations

1#991CE1
2#A534E6
3#B04DE9
4#BB66EC
5#C680EF
6#D299F2
7#DDB3F6
8#E8CCF9
9#F4E6FC

Tones

Muted variations

1#8521BF
2#832AB6
3#8133AD
4#7E3CA5
5#7C449C
6#7A4D93
7#77568A
8#755F82
9#736779

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F9F1
#F9F1FD
BackgroundsSubtle highlightsCard backgrounds
100
F1DF
#F1DFFB
Light backgroundsTable row hoverSkeleton loading
200
E5C4
#E5C4F8
Secondary backgroundsInput backgroundsDividers
300
D197
#D197F2
BordersInactive statesPlaceholder text
400
B860
#B860EB
Disabled statesSecondary iconsMuted text
500
A433
#A433E6
Primary brand colorCTAsActive elementsLinks
600
8819
#8819C8
Hover statesFocus ringsPrimary buttons hover
700
6C14
#6C149F
Active/pressed statesDark mode accentsSecondary text
800
4D0E
#4D0E71
Text on light backgroundsHeadingsStrong borders
900
3109
#310949
Primary textHigh emphasis contentDark headings
950
1F06
#1F062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #F9F1FD;
  --purple-100: #F1DFFB;
  --purple-200: #E5C4F8;
  --purple-300: #D197F2;
  --purple-400: #B860EB;
  --purple-500: #A433E6;
  --purple-600: #8819C8;
  --purple-700: #6C149F;
  --purple-800: #4D0E71;
  --purple-900: #310949;
  --purple-950: #1F062D;
}
Generate More ShadesCreate PaletteConvert Color