Purple

#8A00E0

Purple

Color Codes

All color formats for development

HEX
#8A00E0
RGB
rgb(138, 0, 224)
HSL
hsl(277, 100%, 44%)
OKLCH
oklch(0.513 0.269 303.4)
CMYK
cmyk(38%, 100%, 0%, 12%)

Accessibility

WCAG contrast compliance

On White Background

6.65:1

AA AAA

On Black Background

3.16:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F9F0
100
#F1DB
200
#E6BD
300
#D28A
400
#BB4D
500
#A71A
600
#8A00
700
#6E00
800
#4F00
900
#3200
950
#1F00

Shades

Darker variations

1#7D00CA
2#6F00B4
3#61009D
4#530087
5#450070
6#37005A
7#2A0043
8#1C002D
9#0E0016

Tints

Lighter variations

1#9C00FD
2#A71BFF
3#B237FF
4#BD54FF
5#C870FF
6#D38DFF
7#DEA9FF
8#E9C6FF
9#F4E2FF

Tones

Muted variations

1#880BD5
2#8516CA
3#8322BF
4#802DB4
5#7D38A8
6#7B439D
7#784F92
8#755A87
9#73657B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F9F0
#F9F0FF
BackgroundsSubtle highlightsCard backgrounds
100
F1DB
#F1DBFF
Light backgroundsTable row hoverSkeleton loading
200
E6BD
#E6BDFF
Secondary backgroundsInput backgroundsDividers
300
D28A
#D28AFF
BordersInactive statesPlaceholder text
400
BB4D
#BB4DFF
Disabled statesSecondary iconsMuted text
500
A71A
#A71AFF
Primary brand colorCTAsActive elementsLinks
600
8A00
#8A00E0
Hover statesFocus ringsPrimary buttons hover
700
6E00
#6E00B3
Active/pressed statesDark mode accentsSecondary text
800
4F00
#4F0080
Text on light backgroundsHeadingsStrong borders
900
3200
#320052
Primary textHigh emphasis contentDark headings
950
1F00
#1F0033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #F9F0FF;
  --purple-100: #F1DBFF;
  --purple-200: #E6BDFF;
  --purple-300: #D28AFF;
  --purple-400: #BB4DFF;
  --purple-500: #A71AFF;
  --purple-600: #8A00E0;
  --purple-700: #6E00B3;
  --purple-800: #4F0080;
  --purple-900: #320052;
  --purple-950: #1F0033;
}
Generate More ShadesCreate PaletteConvert Color