Purple

#7E0AD6

Purple

Color Codes

All color formats for development

HEX
#7E0AD6
RGB
rgb(126, 10, 214)
HSL
hsl(274, 91%, 44%)
OKLCH
oklch(0.491 0.256 301.1)
CMYK
cmyk(41%, 95%, 0%, 16%)

Accessibility

WCAG contrast compliance

On White Background

7.24:1

AA AAA

On Black Background

2.90:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F0
100
#EFDD
200
#E2C0
300
#CB8F
400
#B155
500
#9A24
600
#7E0A
700
#6408
800
#4706
900
#2E04
950
#1D02

Shades

Darker variations

1#7109C1
2#6508AB
3#580796
4#4B0681
5#3F056B
6#320456
7#260340
8#19022B
9#0D0115

Tints

Lighter variations

1#8E0BF2
2#9B25F5
3#A740F6
4#B45BF7
5#C077F9
6#CD92FA
7#D9ADFB
8#E6C8FC
9#F2E4FE

Tones

Muted variations

1#7C14CC
2#7B1FC2
3#7A29B8
4#7833AD
5#773DA3
6#764799
7#74528F
8#735C85
9#72667A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F0
#F8F0FE
BackgroundsSubtle highlightsCard backgrounds
100
EFDD
#EFDDFD
Light backgroundsTable row hoverSkeleton loading
200
E2C0
#E2C0FC
Secondary backgroundsInput backgroundsDividers
300
CB8F
#CB8FFA
BordersInactive statesPlaceholder text
400
B155
#B155F7
Disabled statesSecondary iconsMuted text
500
9A24
#9A24F5
Primary brand colorCTAsActive elementsLinks
600
7E0A
#7E0AD6
Hover statesFocus ringsPrimary buttons hover
700
6408
#6408AA
Active/pressed statesDark mode accentsSecondary text
800
4706
#47067A
Text on light backgroundsHeadingsStrong borders
900
2E04
#2E044E
Primary textHigh emphasis contentDark headings
950
1D02
#1D0231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #F8F0FE;
  --purple-100: #EFDDFD;
  --purple-200: #E2C0FC;
  --purple-300: #CB8FFA;
  --purple-400: #B155F7;
  --purple-500: #9A24F5;
  --purple-600: #7E0AD6;
  --purple-700: #6408AA;
  --purple-800: #47067A;
  --purple-900: #2E044E;
  --purple-950: #1D0231;
}
Generate More ShadesCreate PaletteConvert Color