Plum

#BB8DFC

Purple

Color Codes

All color formats for development

HEX
#BB8DFC
RGB
rgb(187, 141, 252)
HSL
hsl(265, 95%, 77%)
OKLCH
oklch(0.732 0.161 301.7)
CMYK
cmyk(26%, 44%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

2.52:1

AA AAA

On Black Background

8.33:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F0
100
#EADC
200
#D9BE
300
#BB8D
400
#9851
500
#7A1F
600
#5E06
700
#4B04
800
#3603
900
#2202
950
#1501

Shades

Darker variations

1#A466FB
2#8E40FA
3#771AF9
4#6306E6
5#5305BF
6#420499
7#320373
8#21024D
9#110126

Tints

Lighter variations

1#C298FC
2#C9A4FD
3#CFAFFD
4#D6BAFD
5#DDC6FE
6#E4D1FE
7#EBDDFE
8#F1E8FE
9#F8F4FF

Tones

Muted variations

1#BC92F6
2#BD98F1
3#BE9DEB
4#BFA3E6
5#C0A8E0
6#C1AEDB
7#C2B4D5
8#C2B9CF
9#C3BFCA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F0
#F6F0FF
BackgroundsSubtle highlightsCard backgrounds
100
EADC
#EADCFE
Light backgroundsTable row hoverSkeleton loading
200
D9BE
#D9BEFD
Secondary backgroundsInput backgroundsDividers
300
BB8D
#BB8DFC
BordersInactive statesPlaceholder text
400
9851
#9851FB
Disabled statesSecondary iconsMuted text
500
7A1F
#7A1FF9
Primary brand colorCTAsActive elementsLinks
600
5E06
#5E06DB
Hover statesFocus ringsPrimary buttons hover
700
4B04
#4B04AE
Active/pressed statesDark mode accentsSecondary text
800
3603
#36037C
Text on light backgroundsHeadingsStrong borders
900
2202
#220250
Primary textHigh emphasis contentDark headings
950
1501
#150132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --plum-50: #F6F0FF;
  --plum-100: #EADCFE;
  --plum-200: #D9BEFD;
  --plum-300: #BB8DFC;
  --plum-400: #9851FB;
  --plum-500: #7A1FF9;
  --plum-600: #5E06DB;
  --plum-700: #4B04AE;
  --plum-800: #36037C;
  --plum-900: #220250;
  --plum-950: #150132;
}
Generate More ShadesCreate PaletteConvert Color