Purple

#7704DC

Purple

Color Codes

All color formats for development

HEX
#7704DC
RGB
rgb(119, 4, 220)
HSL
hsl(272, 96%, 44%)
OKLCH
oklch(0.487 0.262 297.4)
CMYK
cmyk(46%, 98%, 0%, 14%)

Accessibility

WCAG contrast compliance

On White Background

7.41:1

AA AAA

On Black Background

2.84:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F0
100
#EEDC
200
#E0BE
300
#C88C
400
#AB50
500
#941E
600
#7704
700
#5F04
800
#4403
900
#2B02
950
#1B01

Shades

Darker variations

1#6B04C6
2#6004B0
3#54039A
4#480384
5#3C026E
6#300258
7#240142
8#18012C
9#0C0016

Tints

Lighter variations

1#8705F8
2#941FFA
3#A13BFB
4#AF57FC
5#BC73FC
6#CA8FFD
7#D7ABFD
8#E4C7FE
9#F2E3FE

Tones

Muted variations

1#770FD1
2#761AC6
3#7525BC
4#7530B1
5#743AA6
6#73459B
7#725091
8#725B86
9#71657B

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
#E0BEFE
Secondary backgroundsInput backgroundsDividers
300
C88C
#C88CFD
BordersInactive statesPlaceholder text
400
AB50
#AB50FB
Disabled statesSecondary iconsMuted text
500
941E
#941EFA
Primary brand colorCTAsActive elementsLinks
600
7704
#7704DC
Hover statesFocus ringsPrimary buttons hover
700
5F04
#5F04AF
Active/pressed statesDark mode accentsSecondary text
800
4403
#44037D
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: #E0BEFE;
  --purple-300: #C88CFD;
  --purple-400: #AB50FB;
  --purple-500: #941EFA;
  --purple-600: #7704DC;
  --purple-700: #5F04AF;
  --purple-800: #44037D;
  --purple-900: #2B0250;
  --purple-950: #1B0132;
}
Generate More ShadesCreate PaletteConvert Color