Plum

#B38CFD

Purple

Color Codes

All color formats for development

HEX
#B38CFD
RGB
rgb(179, 140, 253)
HSL
hsl(261, 97%, 77%)
OKLCH
oklch(0.723 0.163 298.1)
CMYK
cmyk(29%, 45%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

2.60:1

AA AAA

On Black Background

8.09:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F0
100
#E8DC
200
#D4BE
300
#B38B
400
#8C4F
500
#6B1D
600
#5003
700
#3F03
800
#2D02
900
#1D01
950
#1201

Shades

Darker variations

1#9A65FD
2#813EFC
3#6717FB
4#5404E8
5#4603C1
6#38029B
7#2A0274
8#1C014D
9#0E0127

Tints

Lighter variations

1#BB97FD
2#C2A3FE
3#CAAEFE
4#D2BAFE
5#D9C5FE
6#E1D1FE
7#E8DCFE
8#F0E8FF
9#F7F3FF

Tones

Muted variations

1#B591F8
2#B797F2
3#B89DEC
4#BAA2E6
5#BCA8E1
6#BEAEDB
7#BFB3D5
8#C1B9D0
9#C3BFCA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F0
#F5F0FF
BackgroundsSubtle highlightsCard backgrounds
100
E8DC
#E8DCFE
Light backgroundsTable row hoverSkeleton loading
200
D4BE
#D4BEFE
Secondary backgroundsInput backgroundsDividers
300
B38B
#B38BFD
BordersInactive statesPlaceholder text
400
8C4F
#8C4FFC
Disabled statesSecondary iconsMuted text
500
6B1D
#6B1DFC
Primary brand colorCTAsActive elementsLinks
600
5003
#5003DD
Hover statesFocus ringsPrimary buttons hover
700
3F03
#3F03B0
Active/pressed statesDark mode accentsSecondary text
800
2D02
#2D027E
Text on light backgroundsHeadingsStrong borders
900
1D01
#1D0150
Primary textHigh emphasis contentDark headings
950
1201
#120132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --plum-50: #F5F0FF;
  --plum-100: #E8DCFE;
  --plum-200: #D4BEFE;
  --plum-300: #B38BFD;
  --plum-400: #8C4FFC;
  --plum-500: #6B1DFC;
  --plum-600: #5003DD;
  --plum-700: #3F03B0;
  --plum-800: #2D027E;
  --plum-900: #1D0150;
  --plum-950: #120132;
}
Generate More ShadesCreate PaletteConvert Color