Purple

#7304AE

Purple

Color Codes

All color formats for development

HEX
#7304AE
RGB
rgb(115, 4, 174)
HSL
hsl(279, 96%, 35%)
OKLCH
oklch(0.438 0.223 307.1)
CMYK
cmyk(34%, 98%, 0%, 32%)

Accessibility

WCAG contrast compliance

On White Background

8.91:1

AA AAA

On Black Background

2.36:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FAF0
100
#F2DC
200
#E7BE
300
#D58C
400
#BF50
500
#AD1E
600
#9104
700
#7304
800
#5203
900
#3502
950
#2101

Shades

Darker variations

1#67039D
2#5C038C
3#50027A
4#450269
5#390257
6#2E0146
7#220134
8#170123
9#0B0011

Tints

Lighter variations

1#8804CF
2#9E05F0
3#AC1CFA
4#B83CFB
5#C45DFC
6#D07DFC
7#DC9EFD
8#E7BEFE
9#F3DFFE

Tones

Muted variations

1#700CA6
2#6E159E
3#6B1D95
4#69268D
5#662E84
6#64377C
7#614073
8#5E486A
9#5C5162

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FAF0
#FAF0FF
BackgroundsSubtle highlightsCard backgrounds
100
F2DC
#F2DCFE
Light backgroundsTable row hoverSkeleton loading
200
E7BE
#E7BEFE
Secondary backgroundsInput backgroundsDividers
300
D58C
#D58CFD
BordersInactive statesPlaceholder text
400
BF50
#BF50FB
Disabled statesSecondary iconsMuted text
500
AD1E
#AD1EFA
Primary brand colorCTAsActive elementsLinks
600
9104
#9104DC
Hover statesFocus ringsPrimary buttons hover
700
7304
#7304AF
Active/pressed statesDark mode accentsSecondary text
800
5203
#52037D
Text on light backgroundsHeadingsStrong borders
900
3502
#350250
Primary textHigh emphasis contentDark headings
950
2101
#210132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #FAF0FF;
  --purple-100: #F2DCFE;
  --purple-200: #E7BEFE;
  --purple-300: #D58CFD;
  --purple-400: #BF50FB;
  --purple-500: #AD1EFA;
  --purple-600: #9104DC;
  --purple-700: #7304AF;
  --purple-800: #52037D;
  --purple-900: #350250;
  --purple-950: #210132;
}
Generate More ShadesCreate PaletteConvert Color