Purple

#7709D7

Purple

Color Codes

All color formats for development

HEX
#7709D7
RGB
rgb(119, 9, 215)
HSL
hsl(272, 92%, 44%)
OKLCH
oklch(0.483 0.256 298.3)
CMYK
cmyk(45%, 96%, 0%, 16%)

Accessibility

WCAG contrast compliance

On White Background

7.49:1

AA AAA

On Black Background

2.80:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F0
100
#EEDD
200
#E0BF
300
#C88E
400
#AB54
500
#9323
600
#7709
700
#5F07
800
#4405
900
#2B03
950
#1B02

Shades

Darker variations

1#6B08C2
2#5F07AC
3#530697
4#470581
5#3C046C
6#300456
7#240341
8#18022B
9#0C0116

Tints

Lighter variations

1#860AF3
2#9424F6
3#A13FF7
4#AF5AF8
5#BC76F9
6#C991FA
7#D7ADFC
8#E4C8FD
9#F2E4FE

Tones

Muted variations

1#7613CD
2#761EC3
3#7528B8
4#7432AE
5#743DA4
6#734799
7#72518F
8#725C85
9#71667B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F0
#F8F0FE
BackgroundsSubtle highlightsCard backgrounds
100
EEDD
#EEDDFE
Light backgroundsTable row hoverSkeleton loading
200
E0BF
#E0BFFC
Secondary backgroundsInput backgroundsDividers
300
C88E
#C88EFA
BordersInactive statesPlaceholder text
400
AB54
#AB54F8
Disabled statesSecondary iconsMuted text
500
9323
#9323F6
Primary brand colorCTAsActive elementsLinks
600
7709
#7709D7
Hover statesFocus ringsPrimary buttons hover
700
5F07
#5F07AB
Active/pressed statesDark mode accentsSecondary text
800
4405
#44057A
Text on light backgroundsHeadingsStrong borders
900
2B03
#2B034E
Primary textHigh emphasis contentDark headings
950
1B02
#1B0231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #F8F0FE;
  --purple-100: #EEDDFE;
  --purple-200: #E0BFFC;
  --purple-300: #C88EFA;
  --purple-400: #AB54F8;
  --purple-500: #9323F6;
  --purple-600: #7709D7;
  --purple-700: #5F07AB;
  --purple-800: #44057A;
  --purple-900: #2B034E;
  --purple-950: #1B0231;
}
Generate More ShadesCreate PaletteConvert Color