Purple

#9A08AA

Pink

Color Codes

All color formats for development

HEX
#9A08AA
RGB
rgb(154, 8, 170)
HSL
hsl(294, 91%, 35%)
OKLCH
oklch(0.494 0.229 323.1)
CMYK
cmyk(9%, 95%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

7.03:1

AA AAA

On Black Background

2.99:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF0
100
#FADD
200
#F6C0
300
#EF8F
400
#E755
500
#E024
600
#C20A
700
#9A08
800
#6E06
900
#4704
950
#2C02

Shades

Darker variations

1#8B0799
2#7B0688
3#6C0677
4#5D0566
5#4D0455
6#3E0344
7#2E0233
8#1F0222
9#0F0111

Tints

Lighter variations

1#B70ACA
2#D40BEA
3#DF21F5
4#E441F6
5#E861F8
6#ED80F9
7#F1A0FB
8#F6C0FC
9#FADFFE

Tones

Muted variations

1#9410A2
2#8D189A
3#872092
4#80298A
5#7A3182
6#73397A
7#6D4172
8#664969
9#605161

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF0
#FDF0FE
BackgroundsSubtle highlightsCard backgrounds
100
FADD
#FADDFD
Light backgroundsTable row hoverSkeleton loading
200
F6C0
#F6C0FC
Secondary backgroundsInput backgroundsDividers
300
EF8F
#EF8FFA
BordersInactive statesPlaceholder text
400
E755
#E755F7
Disabled statesSecondary iconsMuted text
500
E024
#E024F5
Primary brand colorCTAsActive elementsLinks
600
C20A
#C20AD6
Hover statesFocus ringsPrimary buttons hover
700
9A08
#9A08AA
Active/pressed statesDark mode accentsSecondary text
800
6E06
#6E067A
Text on light backgroundsHeadingsStrong borders
900
4704
#47044E
Primary textHigh emphasis contentDark headings
950
2C02
#2C0231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --purple-50: #FDF0FE;
  --purple-100: #FADDFD;
  --purple-200: #F6C0FC;
  --purple-300: #EF8FFA;
  --purple-400: #E755F7;
  --purple-500: #E024F5;
  --purple-600: #C20AD6;
  --purple-700: #9A08AA;
  --purple-800: #6E067A;
  --purple-900: #47044E;
  --purple-950: #2C0231;
}
Generate More ShadesCreate PaletteConvert Color