Purple

#7E04AF

Purple

Color Codes

All color formats for development

HEX
#7E04AF
RGB
rgb(126, 4, 175)
HSL
hsl(283, 96%, 35%)
OKLCH
oklch(0.455 0.226 311.3)
CMYK
cmyk(28%, 98%, 0%, 31%)

Accessibility

WCAG contrast compliance

On White Background

8.32:1

AA AAA

On Black Background

2.52:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FBF0
100
#F5DC
200
#ECBE
300
#DD8C
400
#CB50
500
#BC1E
600
#9F04
700
#7E04
800
#5A03
900
#3A02
950
#2401

Shades

Darker variations

1#72039D
2#65038C
3#58027A
4#4C0269
5#3F0257
6#330146
7#260134
8#190123
9#0D0011

Tints

Lighter variations

1#9604CF
2#AD05F0
3#BB1CFA
4#C53CFB
5#CF5DFC
6#D87DFC
7#E29EFD
8#ECBEFE
9#F5DFFE

Tones

Muted variations

1#7B0CA6
2#77159E
3#731D95
4#70268D
5#6C2E84
6#68377C
7#644073
8#61486A
9#5D5162

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FBF0
#FBF0FF
BackgroundsSubtle highlightsCard backgrounds
100
F5DC
#F5DCFE
Light backgroundsTable row hoverSkeleton loading
200
ECBE
#ECBEFE
Secondary backgroundsInput backgroundsDividers
300
DD8C
#DD8CFD
BordersInactive statesPlaceholder text
400
CB50
#CB50FB
Disabled statesSecondary iconsMuted text
500
BC1E
#BC1EFA
Primary brand colorCTAsActive elementsLinks
600
9F04
#9F04DC
Hover statesFocus ringsPrimary buttons hover
700
7E04
#7E04AF
Active/pressed statesDark mode accentsSecondary text
800
5A03
#5A037D
Text on light backgroundsHeadingsStrong borders
900
3A02
#3A0250
Primary textHigh emphasis contentDark headings
950
2401
#240132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #FBF0FF;
  --purple-100: #F5DCFE;
  --purple-200: #ECBEFE;
  --purple-300: #DD8CFD;
  --purple-400: #CB50FB;
  --purple-500: #BC1EFA;
  --purple-600: #9F04DC;
  --purple-700: #7E04AF;
  --purple-800: #5A037D;
  --purple-900: #3A0250;
  --purple-950: #240132;
}
Generate More ShadesCreate PaletteConvert Color