Plum

#C496F3

Purple

Color Codes

All color formats for development

HEX
#C496F3
RGB
rgb(196, 150, 243)
HSL
hsl(270, 79%, 77%)
OKLCH
oklch(0.751 0.138 306.1)
CMYK
cmyk(19%, 38%, 0%, 5%)

Accessibility

WCAG contrast compliance

On White Background

2.33:1

AA AAA

On Black Background

9.00:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F1
100
#EDDF
200
#DEC4
300
#C496
400
#A65F
500
#8C32
600
#7018
700
#5913
800
#400D
900
#2909
950
#1A05

Shades

Darker variations

1#B173EF
2#9D50EA
3#892DE6
4#7619D3
5#6215B0
6#4F108D
7#3B0C69
8#270846
9#140423

Tints

Lighter variations

1#CAA1F4
2#D0ABF5
3#D6B6F6
4#DCC0F8
5#E2CBF9
6#E8D5FA
7#EDE0FB
8#F3EAFD
9#F9F5FE

Tones

Muted variations

1#C49BEE
2#C49FE9
3#C4A4E5
4#C4A9E0
5#C4ADDC
6#C4B2D7
7#C4B6D2
8#C4BBCE
9#C4C0C9

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F1
#F7F1FD
BackgroundsSubtle highlightsCard backgrounds
100
EDDF
#EDDFFB
Light backgroundsTable row hoverSkeleton loading
200
DEC4
#DEC4F8
Secondary backgroundsInput backgroundsDividers
300
C496
#C496F3
BordersInactive statesPlaceholder text
400
A65F
#A65FEC
Disabled statesSecondary iconsMuted text
500
8C32
#8C32E7
Primary brand colorCTAsActive elementsLinks
600
7018
#7018C9
Hover statesFocus ringsPrimary buttons hover
700
5913
#5913A0
Active/pressed statesDark mode accentsSecondary text
800
400D
#400D72
Text on light backgroundsHeadingsStrong borders
900
2909
#290949
Primary textHigh emphasis contentDark headings
950
1A05
#1A052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --plum-50: #F7F1FD;
  --plum-100: #EDDFFB;
  --plum-200: #DEC4F8;
  --plum-300: #C496F3;
  --plum-400: #A65FEC;
  --plum-500: #8C32E7;
  --plum-600: #7018C9;
  --plum-700: #5913A0;
  --plum-800: #400D72;
  --plum-900: #290949;
  --plum-950: #1A052E;
}
Generate More ShadesCreate PaletteConvert Color