Plum

#AA8DFC

Purple

Color Codes

All color formats for development

HEX
#AA8DFC
RGB
rgb(170, 141, 252)
HSL
hsl(256, 95%, 77%)
OKLCH
oklch(0.716 0.159 294)
CMYK
cmyk(33%, 44%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

2.65:1

AA AAA

On Black Background

7.92:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F0
100
#E5DC
200
#CFBE
300
#AA8D
400
#7E51
500
#591F
600
#3E06
700
#3204
800
#2303
900
#1702
950
#0E01

Shades

Darker variations

1#8E66FB
2#7240FA
3#551AF9
4#4206E6
5#3705BF
6#2C0499
7#210373
8#16024D
9#0B0126

Tints

Lighter variations

1#B398FC
2#BBA4FD
3#C4AFFD
4#CCBAFD
5#D5C6FE
6#DDD1FE
7#E6DDFE
8#EEE8FE
9#F7F4FF

Tones

Muted variations

1#AD92F6
2#B098F1
3#B29DEB
4#B5A3E6
5#B7A8E0
6#BAAEDB
7#BDB4D5
8#BFB9CF
9#C2BFCA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F0
#F4F0FF
BackgroundsSubtle highlightsCard backgrounds
100
E5DC
#E5DCFE
Light backgroundsTable row hoverSkeleton loading
200
CFBE
#CFBEFD
Secondary backgroundsInput backgroundsDividers
300
AA8D
#AA8DFC
BordersInactive statesPlaceholder text
400
7E51
#7E51FB
Disabled statesSecondary iconsMuted text
500
591F
#591FF9
Primary brand colorCTAsActive elementsLinks
600
3E06
#3E06DB
Hover statesFocus ringsPrimary buttons hover
700
3204
#3204AE
Active/pressed statesDark mode accentsSecondary text
800
2303
#23037C
Text on light backgroundsHeadingsStrong borders
900
1702
#170250
Primary textHigh emphasis contentDark headings
950
0E01
#0E0132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --plum-50: #F4F0FF;
  --plum-100: #E5DCFE;
  --plum-200: #CFBEFD;
  --plum-300: #AA8DFC;
  --plum-400: #7E51FB;
  --plum-500: #591FF9;
  --plum-600: #3E06DB;
  --plum-700: #3204AE;
  --plum-800: #23037C;
  --plum-900: #170250;
  --plum-950: #0E0132;
}
Generate More ShadesCreate PaletteConvert Color