Purple

#7F00E0

Purple

Color Codes

All color formats for development

HEX
#7F00E0
RGB
rgb(127, 0, 224)
HSL
hsl(274, 100%, 44%)
OKLCH
oklch(0.499 0.267 299.5)
CMYK
cmyk(43%, 100%, 0%, 12%)

Accessibility

WCAG contrast compliance

On White Background

7.05:1

AA AAA

On Black Background

2.98:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F0
100
#F0DB
200
#E2BD
300
#CC8A
400
#B24D
500
#9C1A
600
#7F00
700
#6500
800
#4800
900
#2E00
950
#1D00

Shades

Darker variations

1#7200CA
2#6600B4
3#59009D
4#4C0087
5#400070
6#33005A
7#260043
8#19002D
9#0D0016

Tints

Lighter variations

1#8F00FD
2#9C1BFF
3#A837FF
4#B554FF
5#C170FF
6#CD8DFF
7#DAA9FF
8#E6C6FF
9#F3E2FF

Tones

Muted variations

1#7E0BD5
2#7C16CA
3#7B22BF
4#792DB4
5#7838A8
6#76439D
7#754F92
8#735A87
9#72657B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F0
#F8F0FF
BackgroundsSubtle highlightsCard backgrounds
100
F0DB
#F0DBFF
Light backgroundsTable row hoverSkeleton loading
200
E2BD
#E2BDFF
Secondary backgroundsInput backgroundsDividers
300
CC8A
#CC8AFF
BordersInactive statesPlaceholder text
400
B24D
#B24DFF
Disabled statesSecondary iconsMuted text
500
9C1A
#9C1AFF
Primary brand colorCTAsActive elementsLinks
600
7F00
#7F00E0
Hover statesFocus ringsPrimary buttons hover
700
6500
#6500B3
Active/pressed statesDark mode accentsSecondary text
800
4800
#480080
Text on light backgroundsHeadingsStrong borders
900
2E00
#2E0052
Primary textHigh emphasis contentDark headings
950
1D00
#1D0033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #F8F0FF;
  --purple-100: #F0DBFF;
  --purple-200: #E2BDFF;
  --purple-300: #CC8AFF;
  --purple-400: #B24DFF;
  --purple-500: #9C1AFF;
  --purple-600: #7F00E0;
  --purple-700: #6500B3;
  --purple-800: #480080;
  --purple-900: #2E0052;
  --purple-950: #1D0033;
}
Generate More ShadesCreate PaletteConvert Color