Purple

#8D06DB

Purple

Color Codes

All color formats for development

HEX
#8D06DB
RGB
rgb(141, 6, 219)
HSL
hsl(278, 95%, 44%)
OKLCH
oklch(0.514 0.264 305.4)
CMYK
cmyk(36%, 97%, 0%, 14%)

Accessibility

WCAG contrast compliance

On White Background

6.60:1

AA AAA

On Black Background

3.18:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F9F0
100
#F2DC
200
#E6BE
300
#D38D
400
#BC51
500
#A91F
600
#8D06
700
#7004
800
#5003
900
#3302
950
#2001

Shades

Darker variations

1#7F05C5
2#7004AF
3#620499
4#540383
5#46036D
6#380258
7#2A0242
8#1C012C
9#0E0116

Tints

Lighter variations

1#9F06F7
2#AA20F9
3#B43CFA
4#BF58FB
5#CA74FB
6#D490FC
7#DFABFD
8#EAC7FE
9#F4E3FE

Tones

Muted variations

1#8A10D0
2#871BC5
3#8426BB
4#8130B0
5#7E3BA5
6#7C469B
7#795090
8#765B86
9#73667B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F9F0
#F9F0FF
BackgroundsSubtle highlightsCard backgrounds
100
F2DC
#F2DCFE
Light backgroundsTable row hoverSkeleton loading
200
E6BE
#E6BEFD
Secondary backgroundsInput backgroundsDividers
300
D38D
#D38DFC
BordersInactive statesPlaceholder text
400
BC51
#BC51FB
Disabled statesSecondary iconsMuted text
500
A91F
#A91FF9
Primary brand colorCTAsActive elementsLinks
600
8D06
#8D06DB
Hover statesFocus ringsPrimary buttons hover
700
7004
#7004AE
Active/pressed statesDark mode accentsSecondary text
800
5003
#50037C
Text on light backgroundsHeadingsStrong borders
900
3302
#330250
Primary textHigh emphasis contentDark headings
950
2001
#200132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #F9F0FF;
  --purple-100: #F2DCFE;
  --purple-200: #E6BEFD;
  --purple-300: #D38DFC;
  --purple-400: #BC51FB;
  --purple-500: #A91FF9;
  --purple-600: #8D06DB;
  --purple-700: #7004AE;
  --purple-800: #50037C;
  --purple-900: #330250;
  --purple-950: #200132;
}
Generate More ShadesCreate PaletteConvert Color