Plum

#A58AFF

Blue

Color Codes

All color formats for development

HEX
#A58AFF
RGB
rgb(165, 138, 255)
HSL
hsl(254, 100%, 77%)
OKLCH
oklch(0.708 0.167 292.2)
CMYK
cmyk(35%, 46%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

2.73:1

AA AAA

On Black Background

7.68:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F0
100
#E4DB
200
#CCBD
300
#A58A
400
#764D
500
#4F1A
600
#3400
700
#2A00
800
#1E00
900
#1300
950
#0C00

Shades

Darker variations

1#8762FF
2#693BFF
3#4B14FF
4#3700EC
5#2E00C4
6#25009D
7#1B0076
8#12004F
9#090027

Tints

Lighter variations

1#AE95FF
2#B7A1FF
3#C0ADFF
4#C9B9FF
5#D2C4FF
6#DBD0FF
7#E4DCFF
8#EDE8FF
9#F6F3FF

Tones

Muted variations

1#A890F9
2#AB95F3
3#AE9BED
4#B2A1E8
5#B5A7E2
6#B8ADDC
7#BBB3D6
8#BEB9D0
9#C1BECA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F0
#F3F0FF
BackgroundsSubtle highlightsCard backgrounds
100
E4DB
#E4DBFF
Light backgroundsTable row hoverSkeleton loading
200
CCBD
#CCBDFF
Secondary backgroundsInput backgroundsDividers
300
A58A
#A58AFF
BordersInactive statesPlaceholder text
400
764D
#764DFF
Disabled statesSecondary iconsMuted text
500
4F1A
#4F1AFF
Primary brand colorCTAsActive elementsLinks
600
3400
#3400E0
Hover statesFocus ringsPrimary buttons hover
700
2A00
#2A00B3
Active/pressed statesDark mode accentsSecondary text
800
1E00
#1E0080
Text on light backgroundsHeadingsStrong borders
900
1300
#130052
Primary textHigh emphasis contentDark headings
950
0C00
#0C0033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --plum-50: #F3F0FF;
  --plum-100: #E4DBFF;
  --plum-200: #CCBDFF;
  --plum-300: #A58AFF;
  --plum-400: #764DFF;
  --plum-500: #4F1AFF;
  --plum-600: #3400E0;
  --plum-700: #2A00B3;
  --plum-800: #1E0080;
  --plum-900: #130052;
  --plum-950: #0C0033;
}
Generate More ShadesCreate PaletteConvert Color