Purple

#7007DA

Purple

Color Codes

All color formats for development

HEX
#7007DA
RGB
rgb(112, 7, 218)
HSL
hsl(270, 94%, 44%)
OKLCH
oklch(0.477 0.259 295.1)
CMYK
cmyk(49%, 97%, 0%, 15%)

Accessibility

WCAG contrast compliance

On White Background

7.69:1

AA AAA

On Black Background

2.73:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F0
100
#EDDC
200
#DEBF
300
#C48D
400
#A652
500
#8C20
600
#7007
700
#5905
800
#4004
900
#2902
950
#1A02

Shades

Darker variations

1#6506C4
2#5A05AE
3#4F0598
4#430483
5#38036D
6#2D0357
7#220241
8#16012C
9#0B0116

Tints

Lighter variations

1#7E08F5
2#8D21F8
3#9B3DF9
4#A959FA
5#B874FB
6#C690FC
7#D4ACFC
8#E2C8FD
9#F1E3FE

Tones

Muted variations

1#7011CF
2#701CC5
3#7026BA
4#7031AF
5#703BA5
6#70469A
7#705190
8#705B85
9#70667B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F0
#F7F0FF
BackgroundsSubtle highlightsCard backgrounds
100
EDDC
#EDDCFE
Light backgroundsTable row hoverSkeleton loading
200
DEBF
#DEBFFD
Secondary backgroundsInput backgroundsDividers
300
C48D
#C48DFB
BordersInactive statesPlaceholder text
400
A652
#A652FA
Disabled statesSecondary iconsMuted text
500
8C20
#8C20F8
Primary brand colorCTAsActive elementsLinks
600
7007
#7007DA
Hover statesFocus ringsPrimary buttons hover
700
5905
#5905AD
Active/pressed statesDark mode accentsSecondary text
800
4004
#40047C
Text on light backgroundsHeadingsStrong borders
900
2902
#29024F
Primary textHigh emphasis contentDark headings
950
1A02
#1A0231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #F7F0FF;
  --purple-100: #EDDCFE;
  --purple-200: #DEBFFD;
  --purple-300: #C48DFB;
  --purple-400: #A652FA;
  --purple-500: #8C20F8;
  --purple-600: #7007DA;
  --purple-700: #5905AD;
  --purple-800: #40047C;
  --purple-900: #29024F;
  --purple-950: #1A0231;
}
Generate More ShadesCreate PaletteConvert Color