Purple

#7706DB

Purple

Color Codes

All color formats for development

HEX
#7706DB
RGB
rgb(119, 6, 219)
HSL
hsl(272, 95%, 44%)
OKLCH
oklch(0.486 0.26 297.5)
CMYK
cmyk(46%, 97%, 0%, 14%)

Accessibility

WCAG contrast compliance

On White Background

7.41:1

AA AAA

On Black Background

2.83:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F0
100
#EEDC
200
#E0BE
300
#C88D
400
#AB51
500
#941F
600
#7706
700
#5F04
800
#4403
900
#2B02
950
#1B01

Shades

Darker variations

1#6B05C5
2#5F04AF
3#540499
4#480383
5#3C036D
6#300258
7#240242
8#18012C
9#0C0116

Tints

Lighter variations

1#8606F7
2#9420F9
3#A13CFA
4#AF58FB
5#BC74FB
6#C990FC
7#D7ABFD
8#E4C7FE
9#F2E3FE

Tones

Muted variations

1#7710D0
2#761BC5
3#7526BB
4#7430B0
5#743BA5
6#73469B
7#725090
8#725B86
9#71667B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F0
#F8F0FF
BackgroundsSubtle highlightsCard backgrounds
100
EEDC
#EEDCFE
Light backgroundsTable row hoverSkeleton loading
200
E0BE
#E0BEFD
Secondary backgroundsInput backgroundsDividers
300
C88D
#C88DFC
BordersInactive statesPlaceholder text
400
AB51
#AB51FB
Disabled statesSecondary iconsMuted text
500
941F
#941FF9
Primary brand colorCTAsActive elementsLinks
600
7706
#7706DB
Hover statesFocus ringsPrimary buttons hover
700
5F04
#5F04AE
Active/pressed statesDark mode accentsSecondary text
800
4403
#44037C
Text on light backgroundsHeadingsStrong borders
900
2B02
#2B0250
Primary textHigh emphasis contentDark headings
950
1B01
#1B0132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #F8F0FF;
  --purple-100: #EEDCFE;
  --purple-200: #E0BEFD;
  --purple-300: #C88DFC;
  --purple-400: #AB51FB;
  --purple-500: #941FF9;
  --purple-600: #7706DB;
  --purple-700: #5F04AE;
  --purple-800: #44037C;
  --purple-900: #2B0250;
  --purple-950: #1B0132;
}
Generate More ShadesCreate PaletteConvert Color