Purple

#7302B1

Purple

Color Codes

All color formats for development

HEX
#7302B1
RGB
rgb(115, 2, 177)
HSL
hsl(279, 98%, 35%)
OKLCH
oklch(0.44 0.226 306.3)
CMYK
cmyk(35%, 99%, 0%, 31%)

Accessibility

WCAG contrast compliance

On White Background

8.85: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
#E8BD
300
#D68B
400
#C04E
500
#AE1C
600
#9102
700
#7302
800
#5201
900
#3501
950
#2101

Shades

Darker variations

1#68029F
2#5C018D
3#51017C
4#45016A
5#3A0158
6#2E0147
7#230135
8#170023
9#0C0012

Tints

Lighter variations

1#8902D2
2#9E02F2
3#AD19FD
4#B93AFD
5#C45BFD
6#D07CFE
7#DC9DFE
8#E8BDFE
9#F3DEFF

Tones

Muted variations

1#710BA8
2#6E139F
3#6C1C96
4#69258E
5#662E85
6#64367C
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
#F2DCFF
Light backgroundsTable row hoverSkeleton loading
200
E8BD
#E8BDFE
Secondary backgroundsInput backgroundsDividers
300
D68B
#D68BFE
BordersInactive statesPlaceholder text
400
C04E
#C04EFD
Disabled statesSecondary iconsMuted text
500
AE1C
#AE1CFD
Primary brand colorCTAsActive elementsLinks
600
9102
#9102DE
Hover statesFocus ringsPrimary buttons hover
700
7302
#7302B1
Active/pressed statesDark mode accentsSecondary text
800
5201
#52017E
Text on light backgroundsHeadingsStrong borders
900
3501
#350151
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: #F2DCFF;
  --purple-200: #E8BDFE;
  --purple-300: #D68BFE;
  --purple-400: #C04EFD;
  --purple-500: #AE1CFD;
  --purple-600: #9102DE;
  --purple-700: #7302B1;
  --purple-800: #52017E;
  --purple-900: #350151;
  --purple-950: #210132;
}
Generate More ShadesCreate PaletteConvert Color