Plum

#A78DFC

Blue

Color Codes

All color formats for development

HEX
#A78DFC
RGB
rgb(167, 141, 252)
HSL
hsl(254, 95%, 77%)
OKLCH
oklch(0.714 0.159 292.7)
CMYK
cmyk(34%, 44%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

2.67:1

AA AAA

On Black Background

7.86:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F0
100
#E4DC
200
#CDBE
300
#A78D
400
#7951
500
#521F
600
#3706
700
#2C04
800
#1F03
900
#1402
950
#0D01

Shades

Darker variations

1#8966FB
2#6B40FA
3#4E1AF9
4#3A06E6
5#3005BF
6#270499
7#1D0373
8#13024D
9#0A0126

Tints

Lighter variations

1#AF98FC
2#B8A4FD
3#C1AFFD
4#CABAFD
5#D3C6FE
6#DCD1FE
7#E4DDFE
8#EDE8FE
9#F6F4FF

Tones

Muted variations

1#AA92F6
2#AD98F1
3#B09DEB
4#B3A3E6
5#B5A8E0
6#B8AEDB
7#BBB4D5
8#BEB9CF
9#C1BFCA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F0
#F3F0FF
BackgroundsSubtle highlightsCard backgrounds
100
E4DC
#E4DCFE
Light backgroundsTable row hoverSkeleton loading
200
CDBE
#CDBEFD
Secondary backgroundsInput backgroundsDividers
300
A78D
#A78DFC
BordersInactive statesPlaceholder text
400
7951
#7951FB
Disabled statesSecondary iconsMuted text
500
521F
#521FF9
Primary brand colorCTAsActive elementsLinks
600
3706
#3706DB
Hover statesFocus ringsPrimary buttons hover
700
2C04
#2C04AE
Active/pressed statesDark mode accentsSecondary text
800
1F03
#1F037C
Text on light backgroundsHeadingsStrong borders
900
1402
#140250
Primary textHigh emphasis contentDark headings
950
0D01
#0D0132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --plum-50: #F3F0FF;
  --plum-100: #E4DCFE;
  --plum-200: #CDBEFD;
  --plum-300: #A78DFC;
  --plum-400: #7951FB;
  --plum-500: #521FF9;
  --plum-600: #3706DB;
  --plum-700: #2C04AE;
  --plum-800: #1F037C;
  --plum-900: #140250;
  --plum-950: #0D0132;
}
Generate More ShadesCreate PaletteConvert Color