Plum

#AA8CFD

Purple

Color Codes

All color formats for development

HEX
#AA8CFD
RGB
rgb(170, 140, 253)
HSL
hsl(256, 97%, 77%)
OKLCH
oklch(0.715 0.162 294.2)
CMYK
cmyk(33%, 45%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

2.67:1

AA AAA

On Black Background

7.88:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F0
100
#E5DC
200
#CFBE
300
#AA8B
400
#7D4F
500
#581D
600
#3D03
700
#3103
800
#2302
900
#1601
950
#0E01

Shades

Darker variations

1#8D65FD
2#713EFC
3#5417FB
4#4004E8
5#3603C1
6#2B029B
7#200274
8#15014D
9#0B0127

Tints

Lighter variations

1#B297FD
2#BBA3FE
3#C3AEFE
4#CCBAFE
5#D4C5FE
6#DDD1FE
7#E5DCFE
8#EEE8FF
9#F6F3FF

Tones

Muted variations

1#AC91F8
2#AF97F2
3#B29DEC
4#B4A2E6
5#B7A8E1
6#BAAEDB
7#BCB3D5
8#BFB9D0
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
#CFBEFE
Secondary backgroundsInput backgroundsDividers
300
AA8B
#AA8BFD
BordersInactive statesPlaceholder text
400
7D4F
#7D4FFC
Disabled statesSecondary iconsMuted text
500
581D
#581DFC
Primary brand colorCTAsActive elementsLinks
600
3D03
#3D03DD
Hover statesFocus ringsPrimary buttons hover
700
3103
#3103B0
Active/pressed statesDark mode accentsSecondary text
800
2302
#23027E
Text on light backgroundsHeadingsStrong borders
900
1601
#160150
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: #CFBEFE;
  --plum-300: #AA8BFD;
  --plum-400: #7D4FFC;
  --plum-500: #581DFC;
  --plum-600: #3D03DD;
  --plum-700: #3103B0;
  --plum-800: #23027E;
  --plum-900: #160150;
  --plum-950: #0E0132;
}
Generate More ShadesCreate PaletteConvert Color