Plum

#C095F3

Purple

Color Codes

All color formats for development

HEX
#C095F3
RGB
rgb(192, 149, 243)
HSL
hsl(267, 80%, 77%)
OKLCH
oklch(0.745 0.139 304.3)
CMYK
cmyk(21%, 39%, 0%, 5%)

Accessibility

WCAG contrast compliance

On White Background

2.38:1

AA AAA

On Black Background

8.83:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F1
100
#ECDF
200
#DBC3
300
#C095
400
#9F5E
500
#8330
600
#6716
700
#5212
800
#3B0D
900
#2608
950
#1705

Shades

Darker variations

1#AA72EF
2#954FEB
3#802BE7
4#6C18D4
5#5A14B1
6#48108D
7#360C6A
8#240847
9#120423

Tints

Lighter variations

1#C6A0F4
2#CCABF6
3#D3B5F7
4#D9C0F8
5#DFCAF9
6#E6D5FA
7#ECDFFB
8#F2EAFD
9#F9F4FE

Tones

Muted variations

1#C09AEF
2#C19FEA
3#C1A4E5
4#C2A8E1
5#C2ADDC
6#C2B2D7
7#C3B6D2
8#C3BBCE
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
DBC3
#DBC3F8
Secondary backgroundsInput backgroundsDividers
300
C095
#C095F3
BordersInactive statesPlaceholder text
400
9F5E
#9F5EED
Disabled statesSecondary iconsMuted text
500
8330
#8330E8
Primary brand colorCTAsActive elementsLinks
600
6716
#6716CA
Hover statesFocus ringsPrimary buttons hover
700
5212
#5212A1
Active/pressed statesDark mode accentsSecondary text
800
3B0D
#3B0D73
Text on light backgroundsHeadingsStrong borders
900
2608
#260849
Primary textHigh emphasis contentDark headings
950
1705
#17052E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --plum-50: #F7F1FD;
  --plum-100: #ECDFFB;
  --plum-200: #DBC3F8;
  --plum-300: #C095F3;
  --plum-400: #9F5EED;
  --plum-500: #8330E8;
  --plum-600: #6716CA;
  --plum-700: #5212A1;
  --plum-800: #3B0D73;
  --plum-900: #260849;
  --plum-950: #17052E;
}
Generate More ShadesCreate PaletteConvert Color