Plum

#C992F6

Purple

Color Codes

All color formats for development

HEX
#C992F6
RGB
rgb(201, 146, 246)
HSL
hsl(273, 85%, 77%)
OKLCH
oklch(0.75 0.15 308.5)
CMYK
cmyk(18%, 41%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

2.35:1

AA AAA

On Black Background

8.93:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F1
100
#EFDE
200
#E1C2
300
#C992
400
#AD5A
500
#962B
600
#7A11
700
#610D
800
#450A
900
#2C06
950
#1C04

Shades

Darker variations

1#B76EF3
2#A54AF0
3#9326ED
4#8012DA
5#6B0FB6
6#550C91
7#40096D
8#2B0649
9#150324

Tints

Lighter variations

1#CF9DF7
2#D4A8F8
3#D9B3F9
4#DFBEFA
5#E4C9FB
6#EAD4FB
7#EFDEFC
8#F4E9FD
9#FAF4FE

Tones

Muted variations

1#C997F1
2#C89CEC
3#C8A1E7
4#C7A6E2
5#C7ABDD
6#C6B0D8
7#C6B5D3
8#C5BACE
9#C5BFC9

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F8F1
#F8F1FE
BackgroundsSubtle highlightsCard backgrounds
100
EFDE
#EFDEFC
Light backgroundsTable row hoverSkeleton loading
200
E1C2
#E1C2FA
Secondary backgroundsInput backgroundsDividers
300
C992
#C992F6
BordersInactive statesPlaceholder text
400
AD5A
#AD5AF2
Disabled statesSecondary iconsMuted text
500
962B
#962BEE
Primary brand colorCTAsActive elementsLinks
600
7A11
#7A11D0
Hover statesFocus ringsPrimary buttons hover
700
610D
#610DA5
Active/pressed statesDark mode accentsSecondary text
800
450A
#450A76
Text on light backgroundsHeadingsStrong borders
900
2C06
#2C064B
Primary textHigh emphasis contentDark headings
950
1C04
#1C042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --plum-50: #F8F1FE;
  --plum-100: #EFDEFC;
  --plum-200: #E1C2FA;
  --plum-300: #C992F6;
  --plum-400: #AD5AF2;
  --plum-500: #962BEE;
  --plum-600: #7A11D0;
  --plum-700: #610DA5;
  --plum-800: #450A76;
  --plum-900: #2C064B;
  --plum-950: #1C042F;
}
Generate More ShadesCreate PaletteConvert Color