Purple

#7E06DB

Purple

Color Codes

All color formats for development

HEX
#7E06DB
RGB
rgb(126, 6, 219)
HSL
hsl(274, 95%, 44%)
OKLCH
oklch(0.495 0.261 300.1)
CMYK
cmyk(42%, 97%, 0%, 14%)

Accessibility

WCAG contrast compliance

On White Background

7.15:1

AA AAA

On Black Background

2.94:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F0
100
#EFDC
200
#E2BE
300
#CC8D
400
#B151
500
#9B1F
600
#7E06
700
#6504
800
#4803
900
#2E02
950
#1D01

Shades

Darker variations

1#7205C5
2#6504AF
3#580499
4#4C0383
5#3F036D
6#330258
7#260242
8#19012C
9#0D0116

Tints

Lighter variations

1#8F06F7
2#9B20F9
3#A83CFA
4#B458FB
5#C174FB
6#CD90FC
7#DAABFD
8#E6C7FE
9#F3E3FE

Tones

Muted variations

1#7D10D0
2#7C1BC5
3#7A26BB
4#7930B0
5#773BA5
6#76469B
7#745090
8#735B86
9#72667B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F0
#F8F0FF
BackgroundsSubtle highlightsCard backgrounds
100
EFDC
#EFDCFE
Light backgroundsTable row hoverSkeleton loading
200
E2BE
#E2BEFD
Secondary backgroundsInput backgroundsDividers
300
CC8D
#CC8DFC
BordersInactive statesPlaceholder text
400
B151
#B151FB
Disabled statesSecondary iconsMuted text
500
9B1F
#9B1FF9
Primary brand colorCTAsActive elementsLinks
600
7E06
#7E06DB
Hover statesFocus ringsPrimary buttons hover
700
6504
#6504AE
Active/pressed statesDark mode accentsSecondary text
800
4803
#48037C
Text on light backgroundsHeadingsStrong borders
900
2E02
#2E0250
Primary textHigh emphasis contentDark headings
950
1D01
#1D0132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #F8F0FF;
  --purple-100: #EFDCFE;
  --purple-200: #E2BEFD;
  --purple-300: #CC8DFC;
  --purple-400: #B151FB;
  --purple-500: #9B1FF9;
  --purple-600: #7E06DB;
  --purple-700: #6504AE;
  --purple-800: #48037C;
  --purple-900: #2E0250;
  --purple-950: #1D0132;
}
Generate More ShadesCreate PaletteConvert Color