Plum

#D1BDFE

Purple

Color Codes

All color formats for development

HEX
#D1BDFE
RGB
rgb(209, 189, 254)
HSL
hsl(258, 97%, 87%)
OKLCH
oklch(0.837 0.092 298.5)
CMYK
cmyk(18%, 26%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.69:1

AA AAA

On Black Background

12.42:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F0
100
#E6DC
200
#D1BE
300
#AE8B
400
#834F
500
#601D
600
#4503
700
#3703
800
#2702
900
#1901
950
#1001

Shades

Darker variations

1#B292FD
2#9366FD
3#753BFC
4#560FFB
5#4403DB
6#3603AF
7#290283
8#1B0157
9#0E012C

Tints

Lighter variations

1#D6C4FE
2#DACBFE
3#DFD1FE
4#E3D8FE
5#E8DEFF
6#EDE5FF
7#F1EBFF
8#F6F2FF
9#FAF8FF

Tones

Muted variations

1#D2C1FB
2#D4C4F8
3#D5C7F4
4#D6CBF1
5#D7CEEE
6#D9D1EB
7#DAD4E7
8#DBD7E4
9#DDDBE1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F0
#F4F0FF
BackgroundsSubtle highlightsCard backgrounds
100
E6DC
#E6DCFE
Light backgroundsTable row hoverSkeleton loading
200
D1BE
#D1BEFE
Secondary backgroundsInput backgroundsDividers
300
AE8B
#AE8BFD
BordersInactive statesPlaceholder text
400
834F
#834FFC
Disabled statesSecondary iconsMuted text
500
601D
#601DFC
Primary brand colorCTAsActive elementsLinks
600
4503
#4503DD
Hover statesFocus ringsPrimary buttons hover
700
3703
#3703B0
Active/pressed statesDark mode accentsSecondary text
800
2702
#27027E
Text on light backgroundsHeadingsStrong borders
900
1901
#190150
Primary textHigh emphasis contentDark headings
950
1001
#100132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --plum-50: #F4F0FF;
  --plum-100: #E6DCFE;
  --plum-200: #D1BEFE;
  --plum-300: #AE8BFD;
  --plum-400: #834FFC;
  --plum-500: #601DFC;
  --plum-600: #4503DD;
  --plum-700: #3703B0;
  --plum-800: #27027E;
  --plum-900: #190150;
  --plum-950: #100132;
}
Generate More ShadesCreate PaletteConvert Color