Purple

#9008D9

Purple

Color Codes

All color formats for development

HEX
#9008D9
RGB
rgb(144, 8, 217)
HSL
hsl(279, 93%, 44%)
OKLCH
oklch(0.517 0.262 306.9)
CMYK
cmyk(34%, 96%, 0%, 15%)

Accessibility

WCAG contrast compliance

On White Background

6.52:1

AA AAA

On Black Background

3.22:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F9F0
100
#F2DD
200
#E7BF
300
#D58E
400
#BF53
500
#AC22
600
#9008
700
#7206
800
#5204
900
#3403
950
#2102

Shades

Darker variations

1#8107C3
2#7306AD
3#640598
4#560582
5#48046C
6#390357
7#2B0241
8#1D022B
9#0E0116

Tints

Lighter variations

1#A209F4
2#AD23F7
3#B73EF8
4#C15AF9
5#CC75FA
6#D691FB
7#E0ACFC
8#EAC8FD
9#F5E3FE

Tones

Muted variations

1#8C12CE
2#891DC4
3#8627B9
4#8332AF
5#803CA4
6#7D469A
7#7A5190
8#765B85
9#73667B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F9F0
#F9F0FE
BackgroundsSubtle highlightsCard backgrounds
100
F2DD
#F2DDFE
Light backgroundsTable row hoverSkeleton loading
200
E7BF
#E7BFFD
Secondary backgroundsInput backgroundsDividers
300
D58E
#D58EFB
BordersInactive statesPlaceholder text
400
BF53
#BF53F9
Disabled statesSecondary iconsMuted text
500
AC22
#AC22F7
Primary brand colorCTAsActive elementsLinks
600
9008
#9008D9
Hover statesFocus ringsPrimary buttons hover
700
7206
#7206AC
Active/pressed statesDark mode accentsSecondary text
800
5204
#52047B
Text on light backgroundsHeadingsStrong borders
900
3403
#34034F
Primary textHigh emphasis contentDark headings
950
2102
#210231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #F9F0FE;
  --purple-100: #F2DDFE;
  --purple-200: #E7BFFD;
  --purple-300: #D58EFB;
  --purple-400: #BF53F9;
  --purple-500: #AC22F7;
  --purple-600: #9008D9;
  --purple-700: #7206AC;
  --purple-800: #52047B;
  --purple-900: #34034F;
  --purple-950: #210231;
}
Generate More ShadesCreate PaletteConvert Color