Plum

#C195F3

Purple

Color Codes

All color formats for development

HEX
#C195F3
RGB
rgb(193, 149, 243)
HSL
hsl(268, 80%, 77%)
OKLCH
oklch(0.746 0.139 304.8)
CMYK
cmyk(21%, 39%, 0%, 5%)

Accessibility

WCAG contrast compliance

On White Background

2.37:1

AA AAA

On Black Background

8.86:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F1
100
#ECDF
200
#DCC3
300
#C195
400
#A15E
500
#8630
600
#6A16
700
#5412
800
#3C0D
900
#2708
950
#1805

Shades

Darker variations

1#AD72EF
2#984FEB
3#832BE7
4#7018D4
5#5D14B1
6#4A108D
7#380C6A
8#250847
9#130423

Tints

Lighter variations

1#C7A0F4
2#CEABF6
3#D4B5F7
4#DAC0F8
5#E0CAF9
6#E6D5FA
7#ECDFFB
8#F3EAFD
9#F9F4FE

Tones

Muted variations

1#C29AEF
2#C29FEA
3#C2A4E5
4#C2A8E1
5#C3ADDC
6#C3B2D7
7#C3B6D2
8#C4BBCE
9#C4C0C9

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F1
#F7F1FD
BackgroundsSubtle highlightsCard backgrounds
100
ECDF
#ECDFFB
Light backgroundsTable row hoverSkeleton loading
200
DCC3
#DCC3F8
Secondary backgroundsInput backgroundsDividers
300
C195
#C195F3
BordersInactive statesPlaceholder text
400
A15E
#A15EED
Disabled statesSecondary iconsMuted text
500
8630
#8630E8
Primary brand colorCTAsActive elementsLinks
600
6A16
#6A16CA
Hover statesFocus ringsPrimary buttons hover
700
5412
#5412A1
Active/pressed statesDark mode accentsSecondary text
800
3C0D
#3C0D73
Text on light backgroundsHeadingsStrong borders
900
2708
#270849
Primary textHigh emphasis contentDark headings
950
1805
#18052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --plum-50: #F7F1FD;
  --plum-100: #ECDFFB;
  --plum-200: #DCC3F8;
  --plum-300: #C195F3;
  --plum-400: #A15EED;
  --plum-500: #8630E8;
  --plum-600: #6A16CA;
  --plum-700: #5412A1;
  --plum-800: #3C0D73;
  --plum-900: #270849;
  --plum-950: #18052E;
}
Generate More ShadesCreate PaletteConvert Color