Plum

#C48CFD

Purple

Color Codes

All color formats for development

HEX
#C48CFD
RGB
rgb(196, 140, 253)
HSL
hsl(270, 97%, 77%)
OKLCH
oklch(0.739 0.166 305.6)
CMYK
cmyk(23%, 45%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

2.47:1

AA AAA

On Black Background

8.52:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F0
100
#EDDC
200
#DEBE
300
#C48B
400
#A64F
500
#8C1D
600
#7003
700
#5903
800
#4002
900
#2901
950
#1A01

Shades

Darker variations

1#B165FD
2#9D3EFC
3#8917FB
4#7604E8
5#6203C1
6#4F029B
7#3B0274
8#27014D
9#140127

Tints

Lighter variations

1#CA97FD
2#D0A3FE
3#D6AEFE
4#DCBAFE
5#E2C5FE
6#E8D1FE
7#EDDCFE
8#F3E8FF
9#F9F3FF

Tones

Muted variations

1#C491F8
2#C497F2
3#C49DEC
4#C4A2E6
5#C4A8E1
6#C4AEDB
7#C4B3D5
8#C4B9D0
9#C4BFCA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F0
#F7F0FF
BackgroundsSubtle highlightsCard backgrounds
100
EDDC
#EDDCFE
Light backgroundsTable row hoverSkeleton loading
200
DEBE
#DEBEFE
Secondary backgroundsInput backgroundsDividers
300
C48B
#C48BFD
BordersInactive statesPlaceholder text
400
A64F
#A64FFC
Disabled statesSecondary iconsMuted text
500
8C1D
#8C1DFC
Primary brand colorCTAsActive elementsLinks
600
7003
#7003DD
Hover statesFocus ringsPrimary buttons hover
700
5903
#5903B0
Active/pressed statesDark mode accentsSecondary text
800
4002
#40027E
Text on light backgroundsHeadingsStrong borders
900
2901
#290150
Primary textHigh emphasis contentDark headings
950
1A01
#1A0132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --plum-50: #F7F0FF;
  --plum-100: #EDDCFE;
  --plum-200: #DEBEFE;
  --plum-300: #C48BFD;
  --plum-400: #A64FFC;
  --plum-500: #8C1DFC;
  --plum-600: #7003DD;
  --plum-700: #5903B0;
  --plum-800: #40027E;
  --plum-900: #290150;
  --plum-950: #1A0132;
}
Generate More ShadesCreate PaletteConvert Color