Plum

#C394F5

Purple

Color Codes

All color formats for development

HEX
#C394F5
RGB
rgb(195, 148, 245)
HSL
hsl(269, 83%, 77%)
OKLCH
oklch(0.747 0.143 305.5)
CMYK
cmyk(20%, 40%, 0%, 4%)

Accessibility

WCAG contrast compliance

On White Background

2.37:1

AA AAA

On Black Background

8.87:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F1
100
#EDDE
200
#DDC2
300
#C394
400
#A35C
500
#892D
600
#6D13
700
#570F
800
#3E0B
900
#2807
950
#1904

Shades

Darker variations

1#AF70F2
2#9A4CEE
3#8628EB
4#7314D8
5#5F11B4
6#4C0D90
7#390A6C
8#260748
9#130324

Tints

Lighter variations

1#C99EF6
2#CFA9F7
3#D5B4F8
4#DBBFF9
5#E1C9FA
6#E7D4FB
7#EDDFFC
8#F3EAFD
9#F9F4FE

Tones

Muted variations

1#C399F0
2#C39DEB
3#C3A2E6
4#C3A7E2
5#C4ACDD
6#C4B1D8
7#C4B6D3
8#C4BBCE
9#C4BFC9

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F1
#F7F1FE
BackgroundsSubtle highlightsCard backgrounds
100
EDDE
#EDDEFC
Light backgroundsTable row hoverSkeleton loading
200
DDC2
#DDC2F9
Secondary backgroundsInput backgroundsDividers
300
C394
#C394F5
BordersInactive statesPlaceholder text
400
A35C
#A35CF0
Disabled statesSecondary iconsMuted text
500
892D
#892DEB
Primary brand colorCTAsActive elementsLinks
600
6D13
#6D13CD
Hover statesFocus ringsPrimary buttons hover
700
570F
#570FA3
Active/pressed statesDark mode accentsSecondary text
800
3E0B
#3E0B75
Text on light backgroundsHeadingsStrong borders
900
2807
#28074B
Primary textHigh emphasis contentDark headings
950
1904
#19042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --plum-50: #F7F1FE;
  --plum-100: #EDDEFC;
  --plum-200: #DDC2F9;
  --plum-300: #C394F5;
  --plum-400: #A35CF0;
  --plum-500: #892DEB;
  --plum-600: #6D13CD;
  --plum-700: #570FA3;
  --plum-800: #3E0B75;
  --plum-900: #28074B;
  --plum-950: #19042F;
}
Generate More ShadesCreate PaletteConvert Color