Plum

#C68DFB

Purple

Color Codes

All color formats for development

HEX
#C68DFB
RGB
rgb(198, 141, 251)
HSL
hsl(271, 93%, 77%)
OKLCH
oklch(0.742 0.163 306.7)
CMYK
cmyk(21%, 44%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

2.44:1

AA AAA

On Black Background

8.60:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F0
100
#EEDD
200
#DFBF
300
#C68E
400
#A953
500
#9022
600
#7408
700
#5C06
800
#4204
900
#2A03
950
#1A02

Shades

Darker variations

1#B368FA
2#A042F8
3#8D1CF7
4#7908E3
5#6507BD
6#510598
7#3D0472
8#28034C
9#140126

Tints

Lighter variations

1#CC99FB
2#D2A4FC
3#D7B0FC
4#DDBBFD
5#E3C6FD
6#E8D2FD
7#EEDDFE
8#F4E8FE
9#F9F4FF

Tones

Muted variations

1#C693F5
2#C699F0
3#C69EEB
4#C5A4E5
5#C5A9E0
6#C5AFDA
7#C5B4D5
8#C5B9CF
9#C5BFCA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F0
#F8F0FE
BackgroundsSubtle highlightsCard backgrounds
100
EEDD
#EEDDFE
Light backgroundsTable row hoverSkeleton loading
200
DFBF
#DFBFFD
Secondary backgroundsInput backgroundsDividers
300
C68E
#C68EFB
BordersInactive statesPlaceholder text
400
A953
#A953F9
Disabled statesSecondary iconsMuted text
500
9022
#9022F7
Primary brand colorCTAsActive elementsLinks
600
7408
#7408D9
Hover statesFocus ringsPrimary buttons hover
700
5C06
#5C06AC
Active/pressed statesDark mode accentsSecondary text
800
4204
#42047B
Text on light backgroundsHeadingsStrong borders
900
2A03
#2A034F
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: #F8F0FE;
  --plum-100: #EEDDFE;
  --plum-200: #DFBFFD;
  --plum-300: #C68EFB;
  --plum-400: #A953F9;
  --plum-500: #9022F7;
  --plum-600: #7408D9;
  --plum-700: #5C06AC;
  --plum-800: #42047B;
  --plum-900: #2A034F;
  --plum-950: #1A0231;
}
Generate More ShadesCreate PaletteConvert Color