Plum

#BE94F5

Purple

Color Codes

All color formats for development

HEX
#BE94F5
RGB
rgb(190, 148, 245)
HSL
hsl(266, 83%, 77%)
OKLCH
oklch(0.743 0.142 303.1)
CMYK
cmyk(22%, 40%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

2.40:1

AA AAA

On Black Background

8.74:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F1
100
#EBDE
200
#DAC2
300
#BE94
400
#9C5C
500
#802D
600
#6413
700
#4F0F
800
#390B
900
#2407
950
#1704

Shades

Darker variations

1#A870F2
2#924CEE
3#7C28EB
4#6914D8
5#5711B4
6#460D90
7#340A6C
8#230748
9#110324

Tints

Lighter variations

1#C49EF6
2#CBA9F7
3#D1B4F8
4#D8BFF9
5#DEC9FA
6#E5D4FB
7#EBDFFC
8#F2EAFD
9#F8F4FE

Tones

Muted variations

1#BF99F0
2#BF9DEB
3#C0A2E6
4#C0A7E2
5#C1ACDD
6#C2B1D8
7#C2B6D3
8#C3BBCE
9#C4BFC9

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F1
#F7F1FE
BackgroundsSubtle highlightsCard backgrounds
100
EBDE
#EBDEFC
Light backgroundsTable row hoverSkeleton loading
200
DAC2
#DAC2F9
Secondary backgroundsInput backgroundsDividers
300
BE94
#BE94F5
BordersInactive statesPlaceholder text
400
9C5C
#9C5CF0
Disabled statesSecondary iconsMuted text
500
802D
#802DEB
Primary brand colorCTAsActive elementsLinks
600
6413
#6413CD
Hover statesFocus ringsPrimary buttons hover
700
4F0F
#4F0FA3
Active/pressed statesDark mode accentsSecondary text
800
390B
#390B75
Text on light backgroundsHeadingsStrong borders
900
2407
#24074B
Primary textHigh emphasis contentDark headings
950
1704
#17042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --plum-50: #F7F1FE;
  --plum-100: #EBDEFC;
  --plum-200: #DAC2F9;
  --plum-300: #BE94F5;
  --plum-400: #9C5CF0;
  --plum-500: #802DEB;
  --plum-600: #6413CD;
  --plum-700: #4F0FA3;
  --plum-800: #390B75;
  --plum-900: #24074B;
  --plum-950: #17042F;
}
Generate More ShadesCreate PaletteConvert Color