Purple

#7903B0

Purple

Color Codes

All color formats for development

HEX
#7903B0
RGB
rgb(121, 3, 176)
HSL
hsl(281, 97%, 35%)
OKLCH
oklch(0.448 0.226 309)
CMYK
cmyk(31%, 98%, 0%, 31%)

Accessibility

WCAG contrast compliance

On White Background

8.56:1

AA AAA

On Black Background

2.45:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FAF0
100
#F3DC
200
#EABE
300
#D98B
400
#C54F
500
#B51D
600
#9803
700
#7903
800
#5602
900
#3701
950
#2301

Shades

Darker variations

1#6D029E
2#61028D
3#55027B
4#490269
5#3C0158
6#300146
7#240135
8#180123
9#0C0012

Tints

Lighter variations

1#8F03D0
2#A604F1
3#B41AFC
4#BF3BFC
5#CA5CFD
6#D47CFD
7#DF9DFE
8#EABEFE
9#F4DEFF

Tones

Muted variations

1#760BA7
2#73149F
3#6F1D96
4#6C258D
5#692E85
6#66377C
7#633F73
8#60486B
9#5C5162

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FAF0
#FAF0FF
BackgroundsSubtle highlightsCard backgrounds
100
F3DC
#F3DCFE
Light backgroundsTable row hoverSkeleton loading
200
EABE
#EABEFE
Secondary backgroundsInput backgroundsDividers
300
D98B
#D98BFD
BordersInactive statesPlaceholder text
400
C54F
#C54FFC
Disabled statesSecondary iconsMuted text
500
B51D
#B51DFC
Primary brand colorCTAsActive elementsLinks
600
9803
#9803DD
Hover statesFocus ringsPrimary buttons hover
700
7903
#7903B0
Active/pressed statesDark mode accentsSecondary text
800
5602
#56027E
Text on light backgroundsHeadingsStrong borders
900
3701
#370150
Primary textHigh emphasis contentDark headings
950
2301
#230132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #FAF0FF;
  --purple-100: #F3DCFE;
  --purple-200: #EABEFE;
  --purple-300: #D98BFD;
  --purple-400: #C54FFC;
  --purple-500: #B51DFC;
  --purple-600: #9803DD;
  --purple-700: #7903B0;
  --purple-800: #56027E;
  --purple-900: #370150;
  --purple-950: #230132;
}
Generate More ShadesCreate PaletteConvert Color