Plum

#C48EFB

Purple

Color Codes

All color formats for development

HEX
#C48EFB
RGB
rgb(196, 142, 251)
HSL
hsl(270, 93%, 77%)
OKLCH
oklch(0.741 0.161 305.7)
CMYK
cmyk(22%, 43%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

2.44:1

AA AAA

On Black Background

8.61:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F0
100
#EDDD
200
#DEBF
300
#C48E
400
#A653
500
#8C22
600
#7008
700
#5906
800
#4004
900
#2903
950
#1A02

Shades

Darker variations

1#B168FA
2#9D42F8
3#891CF7
4#7608E3
5#6207BD
6#4F0598
7#3B0472
8#27034C
9#140126

Tints

Lighter variations

1#CA99FB
2#D0A4FC
3#D6B0FC
4#DCBBFD
5#E2C6FD
6#E8D2FD
7#EDDDFE
8#F3E8FE
9#F9F4FF

Tones

Muted variations

1#C493F5
2#C499F0
3#C49EEB
4#C4A4E5
5#C4A9E0
6#C4AFDA
7#C4B4D5
8#C4B9CF
9#C4BFCA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F0
#F7F0FE
BackgroundsSubtle highlightsCard backgrounds
100
EDDD
#EDDDFE
Light backgroundsTable row hoverSkeleton loading
200
DEBF
#DEBFFD
Secondary backgroundsInput backgroundsDividers
300
C48E
#C48EFB
BordersInactive statesPlaceholder text
400
A653
#A653F9
Disabled statesSecondary iconsMuted text
500
8C22
#8C22F7
Primary brand colorCTAsActive elementsLinks
600
7008
#7008D9
Hover statesFocus ringsPrimary buttons hover
700
5906
#5906AC
Active/pressed statesDark mode accentsSecondary text
800
4004
#40047B
Text on light backgroundsHeadingsStrong borders
900
2903
#29034F
Primary textHigh emphasis contentDark headings
950
1A02
#1A0231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --plum-50: #F7F0FE;
  --plum-100: #EDDDFE;
  --plum-200: #DEBFFD;
  --plum-300: #C48EFB;
  --plum-400: #A653F9;
  --plum-500: #8C22F7;
  --plum-600: #7008D9;
  --plum-700: #5906AC;
  --plum-800: #40047B;
  --plum-900: #29034F;
  --plum-950: #1A0231;
}
Generate More ShadesCreate PaletteConvert Color