Plum

#AC8DFB

Purple

Color Codes

All color formats for development

HEX
#AC8DFB
RGB
rgb(172, 141, 251)
HSL
hsl(257, 93%, 77%)
OKLCH
oklch(0.717 0.158 295.1)
CMYK
cmyk(31%, 44%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

2.64:1

AA AAA

On Black Background

7.96:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F0
100
#E6DD
200
#D0BF
300
#AD8E
400
#8253
500
#5E22
600
#4308
700
#3506
800
#2604
900
#1803
950
#0F02

Shades

Darker variations

1#9168FA
2#7642F8
3#5A1CF7
4#4608E3
5#3B07BD
6#2F0598
7#230472
8#17034C
9#0C0126

Tints

Lighter variations

1#B599FB
2#BDA4FC
3#C5B0FC
4#CEBBFD
5#D6C6FD
6#DED2FD
7#E6DDFE
8#EFE8FE
9#F7F4FF

Tones

Muted variations

1#AF93F5
2#B199F0
3#B49EEB
4#B6A4E5
5#B9A9E0
6#BBAFDA
7#BDB4D5
8#C0B9CF
9#C2BFCA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F0
#F4F0FE
BackgroundsSubtle highlightsCard backgrounds
100
E6DD
#E6DDFE
Light backgroundsTable row hoverSkeleton loading
200
D0BF
#D0BFFD
Secondary backgroundsInput backgroundsDividers
300
AD8E
#AD8EFB
BordersInactive statesPlaceholder text
400
8253
#8253F9
Disabled statesSecondary iconsMuted text
500
5E22
#5E22F7
Primary brand colorCTAsActive elementsLinks
600
4308
#4308D9
Hover statesFocus ringsPrimary buttons hover
700
3506
#3506AC
Active/pressed statesDark mode accentsSecondary text
800
2604
#26047B
Text on light backgroundsHeadingsStrong borders
900
1803
#18034F
Primary textHigh emphasis contentDark headings
950
0F02
#0F0231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --plum-50: #F4F0FE;
  --plum-100: #E6DDFE;
  --plum-200: #D0BFFD;
  --plum-300: #AD8EFB;
  --plum-400: #8253F9;
  --plum-500: #5E22F7;
  --plum-600: #4308D9;
  --plum-700: #3506AC;
  --plum-800: #26047B;
  --plum-900: #18034F;
  --plum-950: #0F0231;
}
Generate More ShadesCreate PaletteConvert Color