Plum

#D19AEF

Purple

Color Codes

All color formats for development

HEX
#D19AEF
RGB
rgb(209, 154, 239)
HSL
hsl(279, 73%, 77%)
OKLCH
oklch(0.768 0.131 313.1)
CMYK
cmyk(13%, 36%, 0%, 6%)

Accessibility

WCAG contrast compliance

On White Background

2.19:1

AA AAA

On Black Background

9.58:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F9F2
100
#F1E0
200
#E5C6
300
#D19A
400
#B965
500
#A538
600
#891E
700
#6D18
800
#4E11
900
#320B
950
#1F07

Shades

Darker variations

1#C278EA
2#B356E5
3#A334DF
4#9020CC
5#781BAA
6#601588
7#481066
8#300B44
9#180522

Tints

Lighter variations

1#D6A4F1
2#DAAEF2
3#DFB8F4
4#E4C2F5
5#E8CCF7
6#EDD6F9
7#F1E1FA
8#F6EBFC
9#FAF5FD

Tones

Muted variations

1#D09EEB
2#CFA2E7
3#CDA6E2
4#CCABDE
5#CBAFDA
6#C9B3D5
7#C8B8D1
8#C7BCCD
9#C6C0C9

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F9F2
#F9F2FD
BackgroundsSubtle highlightsCard backgrounds
100
F1E0
#F1E0FA
Light backgroundsTable row hoverSkeleton loading
200
E5C6
#E5C6F6
Secondary backgroundsInput backgroundsDividers
300
D19A
#D19AEF
BordersInactive statesPlaceholder text
400
B965
#B965E7
Disabled statesSecondary iconsMuted text
500
A538
#A538E0
Primary brand colorCTAsActive elementsLinks
600
891E
#891EC2
Hover statesFocus ringsPrimary buttons hover
700
6D18
#6D189A
Active/pressed statesDark mode accentsSecondary text
800
4E11
#4E116E
Text on light backgroundsHeadingsStrong borders
900
320B
#320B47
Primary textHigh emphasis contentDark headings
950
1F07
#1F072C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --plum-50: #F9F2FD;
  --plum-100: #F1E0FA;
  --plum-200: #E5C6F6;
  --plum-300: #D19AEF;
  --plum-400: #B965E7;
  --plum-500: #A538E0;
  --plum-600: #891EC2;
  --plum-700: #6D189A;
  --plum-800: #4E116E;
  --plum-900: #320B47;
  --plum-950: #1F072C;
}
Generate More ShadesCreate PaletteConvert Color