Plum

#C398F1

Purple

Color Codes

All color formats for development

HEX
#C398F1
RGB
rgb(195, 152, 241)
HSL
hsl(269, 76%, 77%)
OKLCH
oklch(0.752 0.132 305.7)
CMYK
cmyk(19%, 37%, 0%, 5%)

Accessibility

WCAG contrast compliance

On White Background

2.31:1

AA AAA

On Black Background

9.08:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F2
100
#EDE0
200
#DDC5
300
#C398
400
#A362
500
#8935
600
#6D1B
700
#5715
800
#3E0F
900
#280A
950
#1906

Shades

Darker variations

1#AF75EC
2#9B53E7
3#8630E3
4#731CCF
5#6018AD
6#4D138A
7#390E68
8#260945
9#130523

Tints

Lighter variations

1#C9A2F2
2#CFACF4
3#D5B7F5
4#DBC1F7
5#E1CBF8
6#E7D6F9
7#EDE0FB
8#F3EAFC
9#F9F5FE

Tones

Muted variations

1#C39CEC
2#C3A1E8
3#C3A5E4
4#C3AADF
5#C4AEDB
6#C4B3D6
7#C4B7D2
8#C4BBCD
9#C4C0C9

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F2
#F7F2FD
BackgroundsSubtle highlightsCard backgrounds
100
EDE0
#EDE0FB
Light backgroundsTable row hoverSkeleton loading
200
DDC5
#DDC5F7
Secondary backgroundsInput backgroundsDividers
300
C398
#C398F1
BordersInactive statesPlaceholder text
400
A362
#A362EA
Disabled statesSecondary iconsMuted text
500
8935
#8935E3
Primary brand colorCTAsActive elementsLinks
600
6D1B
#6D1BC5
Hover statesFocus ringsPrimary buttons hover
700
5715
#57159D
Active/pressed statesDark mode accentsSecondary text
800
3E0F
#3E0F70
Text on light backgroundsHeadingsStrong borders
900
280A
#280A48
Primary textHigh emphasis contentDark headings
950
1906
#19062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --plum-50: #F7F2FD;
  --plum-100: #EDE0FB;
  --plum-200: #DDC5F7;
  --plum-300: #C398F1;
  --plum-400: #A362EA;
  --plum-500: #8935E3;
  --plum-600: #6D1BC5;
  --plum-700: #57159D;
  --plum-800: #3E0F70;
  --plum-900: #280A48;
  --plum-950: #19062D;
}
Generate More ShadesCreate PaletteConvert Color