Plum

#C994F5

Purple

Color Codes

All color formats for development

HEX
#C994F5
RGB
rgb(201, 148, 245)
HSL
hsl(273, 83%, 77%)
OKLCH
oklch(0.753 0.145 308.4)
CMYK
cmyk(18%, 40%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

2.32:1

AA AAA

On Black Background

9.04:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F8F1
100
#EFDE
200
#E1C2
300
#C994
400
#AD5C
500
#962D
600
#7A13
700
#610F
800
#450B
900
#2C07
950
#1C04

Shades

Darker variations

1#B770F2
2#A54CEE
3#9328EB
4#8014D8
5#6A11B4
6#550D90
7#400A6C
8#2B0748
9#150324

Tints

Lighter variations

1#CF9EF6
2#D4A9F7
3#D9B4F8
4#DFBFF9
5#E4C9FA
6#E9D4FB
7#EFDFFC
8#F4EAFD
9#FAF4FE

Tones

Muted variations

1#C999F0
2#C89DEB
3#C8A2E6
4#C7A7E2
5#C7ACDD
6#C6B1D8
7#C6B6D3
8#C5BBCE
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
#E1C2F9
Secondary backgroundsInput backgroundsDividers
300
C994
#C994F5
BordersInactive statesPlaceholder text
400
AD5C
#AD5CF0
Disabled statesSecondary iconsMuted text
500
962D
#962DEB
Primary brand colorCTAsActive elementsLinks
600
7A13
#7A13CD
Hover statesFocus ringsPrimary buttons hover
700
610F
#610FA3
Active/pressed statesDark mode accentsSecondary text
800
450B
#450B75
Text on light backgroundsHeadingsStrong borders
900
2C07
#2C074B
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: #E1C2F9;
  --plum-300: #C994F5;
  --plum-400: #AD5CF0;
  --plum-500: #962DEB;
  --plum-600: #7A13CD;
  --plum-700: #610FA3;
  --plum-800: #450B75;
  --plum-900: #2C074B;
  --plum-950: #1C042F;
}
Generate More ShadesCreate PaletteConvert Color