Plum

#A98EFB

Purple

Color Codes

All color formats for development

HEX
#A98EFB
RGB
rgb(169, 142, 251)
HSL
hsl(255, 93%, 77%)
OKLCH
oklch(0.716 0.156 293.5)
CMYK
cmyk(33%, 43%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

2.64:1

AA AAA

On Black Background

7.95:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F0
100
#E5DD
200
#CEBF
300
#A98E
400
#7C53
500
#5722
600
#3C08
700
#3006
800
#2204
900
#1603
950
#0E02

Shades

Darker variations

1#8C68FA
2#7042F8
3#531CF7
4#3F08E3
5#3507BD
6#2A0598
7#200472
8#15034C
9#0B0126

Tints

Lighter variations

1#B299FB
2#BAA4FC
3#C3B0FC
4#CBBBFD
5#D4C6FD
6#DDD2FD
7#E5DDFE
8#EEE8FE
9#F6F4FF

Tones

Muted variations

1#AC93F5
2#AF99F0
3#B19EEB
4#B4A4E5
5#B7A9E0
6#B9AFDA
7#BCB4D5
8#BFB9CF
9#C2BFCA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F0
#F4F0FE
BackgroundsSubtle highlightsCard backgrounds
100
E5DD
#E5DDFE
Light backgroundsTable row hoverSkeleton loading
200
CEBF
#CEBFFD
Secondary backgroundsInput backgroundsDividers
300
A98E
#A98EFB
BordersInactive statesPlaceholder text
400
7C53
#7C53F9
Disabled statesSecondary iconsMuted text
500
5722
#5722F7
Primary brand colorCTAsActive elementsLinks
600
3C08
#3C08D9
Hover statesFocus ringsPrimary buttons hover
700
3006
#3006AC
Active/pressed statesDark mode accentsSecondary text
800
2204
#22047B
Text on light backgroundsHeadingsStrong borders
900
1603
#16034F
Primary textHigh emphasis contentDark headings
950
0E02
#0E0231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --plum-50: #F4F0FE;
  --plum-100: #E5DDFE;
  --plum-200: #CEBFFD;
  --plum-300: #A98EFB;
  --plum-400: #7C53F9;
  --plum-500: #5722F7;
  --plum-600: #3C08D9;
  --plum-700: #3006AC;
  --plum-800: #22047B;
  --plum-900: #16034F;
  --plum-950: #0E0231;
}
Generate More ShadesCreate PaletteConvert Color