Purple

#9A08D9

Purple

Color Codes

All color formats for development

HEX
#9A08D9
RGB
rgb(154, 8, 217)
HSL
hsl(282, 93%, 44%)
OKLCH
oklch(0.53 0.264 310.2)
CMYK
cmyk(29%, 96%, 0%, 15%)

Accessibility

WCAG contrast compliance

On White Background

6.16:1

AA AAA

On Black Background

3.41:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FAF0
100
#F4DD
200
#EABF
300
#DA8E
400
#C753
500
#B722
600
#9A08
700
#7A06
800
#5704
900
#3803
950
#2302

Shades

Darker variations

1#8B07C3
2#7B06AD
3#6C0598
4#5C0582
5#4D046C
6#3E0357
7#2E0241
8#1F022B
9#0F0116

Tints

Lighter variations

1#AE09F4
2#B723F7
3#C03EF8
4#C95AF9
5#D275FA
6#DB91FB
7#E4ACFC
8#EDC8FD
9#F6E3FE

Tones

Muted variations

1#9612CE
2#921DC4
3#8D27B9
4#8932AF
5#853CA4
6#81469A
7#7D5190
8#795B85
9#74667B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FAF0
#FAF0FE
BackgroundsSubtle highlightsCard backgrounds
100
F4DD
#F4DDFE
Light backgroundsTable row hoverSkeleton loading
200
EABF
#EABFFD
Secondary backgroundsInput backgroundsDividers
300
DA8E
#DA8EFB
BordersInactive statesPlaceholder text
400
C753
#C753F9
Disabled statesSecondary iconsMuted text
500
B722
#B722F7
Primary brand colorCTAsActive elementsLinks
600
9A08
#9A08D9
Hover statesFocus ringsPrimary buttons hover
700
7A06
#7A06AC
Active/pressed statesDark mode accentsSecondary text
800
5704
#57047B
Text on light backgroundsHeadingsStrong borders
900
3803
#38034F
Primary textHigh emphasis contentDark headings
950
2302
#230231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #FAF0FE;
  --purple-100: #F4DDFE;
  --purple-200: #EABFFD;
  --purple-300: #DA8EFB;
  --purple-400: #C753F9;
  --purple-500: #B722F7;
  --purple-600: #9A08D9;
  --purple-700: #7A06AC;
  --purple-800: #57047B;
  --purple-900: #38034F;
  --purple-950: #230231;
}
Generate More ShadesCreate PaletteConvert Color