Plum

#C48DFC

Purple

Color Codes

All color formats for development

HEX
#C48DFC
RGB
rgb(196, 141, 252)
HSL
hsl(270, 95%, 77%)
OKLCH
oklch(0.74 0.164 305.6)
CMYK
cmyk(22%, 44%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

2.45:1

AA AAA

On Black Background

8.56:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F0
100
#EDDC
200
#DEBE
300
#C48D
400
#A651
500
#8C1F
600
#7006
700
#5904
800
#4003
900
#2902
950
#1A01

Shades

Darker variations

1#B166FB
2#9D40FA
3#891AF9
4#7606E6
5#6205BF
6#4F0499
7#3B0373
8#27024D
9#140126

Tints

Lighter variations

1#CA98FC
2#D0A4FD
3#D6AFFD
4#DCBAFD
5#E2C6FE
6#E8D1FE
7#EDDDFE
8#F3E8FE
9#F9F4FF

Tones

Muted variations

1#C492F6
2#C498F1
3#C49DEB
4#C4A3E6
5#C4A8E0
6#C4AEDB
7#C4B4D5
8#C4B9CF
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
#DEBEFD
Secondary backgroundsInput backgroundsDividers
300
C48D
#C48DFC
BordersInactive statesPlaceholder text
400
A651
#A651FB
Disabled statesSecondary iconsMuted text
500
8C1F
#8C1FF9
Primary brand colorCTAsActive elementsLinks
600
7006
#7006DB
Hover statesFocus ringsPrimary buttons hover
700
5904
#5904AE
Active/pressed statesDark mode accentsSecondary text
800
4003
#40037C
Text on light backgroundsHeadingsStrong borders
900
2902
#290250
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: #DEBEFD;
  --plum-300: #C48DFC;
  --plum-400: #A651FB;
  --plum-500: #8C1FF9;
  --plum-600: #7006DB;
  --plum-700: #5904AE;
  --plum-800: #40037C;
  --plum-900: #290250;
  --plum-950: #1A0132;
}
Generate More ShadesCreate PaletteConvert Color