Plum

#A58DFB

Blue

Color Codes

All color formats for development

HEX
#A58DFB
RGB
rgb(165, 141, 251)
HSL
hsl(253, 93%, 77%)
OKLCH
oklch(0.711 0.157 291.9)
CMYK
cmyk(34%, 44%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

2.69:1

AA AAA

On Black Background

7.80:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F0
100
#E4DD
200
#CCBF
300
#A58E
400
#7753
500
#5022
600
#3508
700
#2A06
800
#1E04
900
#1303
950
#0C02

Shades

Darker variations

1#8768FA
2#6942F8
3#4B1CF7
4#3808E3
5#2E07BD
6#250598
7#1C0472
8#13034C
9#090126

Tints

Lighter variations

1#AE99FB
2#B7A4FC
3#C0B0FC
4#C9BBFD
5#D2C6FD
6#DBD2FD
7#E4DDFE
8#EDE8FE
9#F6F4FF

Tones

Muted variations

1#A993F5
2#AC99F0
3#AF9EEB
4#B2A4E5
5#B5A9E0
6#B8AFDA
7#BBB4D5
8#BEB9CF
9#C1BFCA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F0
#F3F0FE
BackgroundsSubtle highlightsCard backgrounds
100
E4DD
#E4DDFE
Light backgroundsTable row hoverSkeleton loading
200
CCBF
#CCBFFD
Secondary backgroundsInput backgroundsDividers
300
A58E
#A58EFB
BordersInactive statesPlaceholder text
400
7753
#7753F9
Disabled statesSecondary iconsMuted text
500
5022
#5022F7
Primary brand colorCTAsActive elementsLinks
600
3508
#3508D9
Hover statesFocus ringsPrimary buttons hover
700
2A06
#2A06AC
Active/pressed statesDark mode accentsSecondary text
800
1E04
#1E047B
Text on light backgroundsHeadingsStrong borders
900
1303
#13034F
Primary textHigh emphasis contentDark headings
950
0C02
#0C0231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --plum-50: #F3F0FE;
  --plum-100: #E4DDFE;
  --plum-200: #CCBFFD;
  --plum-300: #A58EFB;
  --plum-400: #7753F9;
  --plum-500: #5022F7;
  --plum-600: #3508D9;
  --plum-700: #2A06AC;
  --plum-800: #1E047B;
  --plum-900: #13034F;
  --plum-950: #0C0231;
}
Generate More ShadesCreate PaletteConvert Color