Purple

#8C08D9

Purple

Color Codes

All color formats for development

HEX
#8C08D9
RGB
rgb(140, 8, 217)
HSL
hsl(278, 93%, 44%)
OKLCH
oklch(0.511 0.261 305.5)
CMYK
cmyk(35%, 96%, 0%, 15%)

Accessibility

WCAG contrast compliance

On White Background

6.66:1

AA AAA

On Black Background

3.15:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F9F0
100
#F2DD
200
#E6BF
300
#D38E
400
#BC53
500
#A922
600
#8C08
700
#6F06
800
#5004
900
#3303
950
#2002

Shades

Darker variations

1#7E07C3
2#7006AD
3#620598
4#540582
5#46046C
6#380357
7#2A0241
8#1C022B
9#0E0116

Tints

Lighter variations

1#9E09F4
2#A923F7
3#B43EF8
4#BF5AF9
5#C975FA
6#D491FB
7#DFACFC
8#EAC8FD
9#F4E3FE

Tones

Muted variations

1#8912CE
2#861DC4
3#8427B9
4#8132AF
5#7E3CA4
6#7B469A
7#795190
8#765B85
9#73667B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F9F0
#F9F0FE
BackgroundsSubtle highlightsCard backgrounds
100
F2DD
#F2DDFE
Light backgroundsTable row hoverSkeleton loading
200
E6BF
#E6BFFD
Secondary backgroundsInput backgroundsDividers
300
D38E
#D38EFB
BordersInactive statesPlaceholder text
400
BC53
#BC53F9
Disabled statesSecondary iconsMuted text
500
A922
#A922F7
Primary brand colorCTAsActive elementsLinks
600
8C08
#8C08D9
Hover statesFocus ringsPrimary buttons hover
700
6F06
#6F06AC
Active/pressed statesDark mode accentsSecondary text
800
5004
#50047B
Text on light backgroundsHeadingsStrong borders
900
3303
#33034F
Primary textHigh emphasis contentDark headings
950
2002
#200231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #F9F0FE;
  --purple-100: #F2DDFE;
  --purple-200: #E6BFFD;
  --purple-300: #D38EFB;
  --purple-400: #BC53F9;
  --purple-500: #A922F7;
  --purple-600: #8C08D9;
  --purple-700: #6F06AC;
  --purple-800: #50047B;
  --purple-900: #33034F;
  --purple-950: #200231;
}
Generate More ShadesCreate PaletteConvert Color