Purple

#7303B0

Purple

Color Codes

All color formats for development

HEX
#7303B0
RGB
rgb(115, 3, 176)
HSL
hsl(279, 97%, 35%)
OKLCH
oklch(0.44 0.225 306.5)
CMYK
cmyk(35%, 98%, 0%, 31%)

Accessibility

WCAG contrast compliance

On White Background

8.86:1

AA AAA

On Black Background

2.37:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FAF0
100
#F2DC
200
#E7BE
300
#D58B
400
#C04F
500
#AE1D
600
#9103
700
#7303
800
#5202
900
#3501
950
#2101

Shades

Darker variations

1#68029E
2#5C028D
3#51027B
4#450269
5#3A0158
6#2E0146
7#230135
8#170123
9#0C0012

Tints

Lighter variations

1#8903D0
2#9E04F1
3#AD1AFC
4#B83BFC
5#C45CFD
6#D07CFD
7#DC9DFE
8#E7BEFE
9#F3DEFF

Tones

Muted variations

1#710BA7
2#6E149F
3#6B1D96
4#69258D
5#662E85
6#64377C
7#613F73
8#5E486B
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
D58B
#D58BFD
BordersInactive statesPlaceholder text
400
C04F
#C04FFC
Disabled statesSecondary iconsMuted text
500
AE1D
#AE1DFC
Primary brand colorCTAsActive elementsLinks
600
9103
#9103DD
Hover statesFocus ringsPrimary buttons hover
700
7303
#7303B0
Active/pressed statesDark mode accentsSecondary text
800
5202
#52027E
Text on light backgroundsHeadingsStrong borders
900
3501
#350150
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: #D58BFD;
  --purple-400: #C04FFC;
  --purple-500: #AE1DFC;
  --purple-600: #9103DD;
  --purple-700: #7303B0;
  --purple-800: #52027E;
  --purple-900: #350150;
  --purple-950: #210132;
}
Generate More ShadesCreate PaletteConvert Color