Plum

#C09AEF

Purple

Color Codes

All color formats for development

HEX
#C09AEF
RGB
rgb(192, 154, 239)
HSL
hsl(267, 73%, 77%)
OKLCH
oklch(0.752 0.125 304.1)
CMYK
cmyk(20%, 36%, 0%, 6%)

Accessibility

WCAG contrast compliance

On White Background

2.31:1

AA AAA

On Black Background

9.11:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F2
100
#ECE0
200
#DBC6
300
#C09A
400
#9F65
500
#8438
600
#681E
700
#5318
800
#3B11
900
#260B
950
#1807

Shades

Darker variations

1#AB78EA
2#9656E5
3#8134DF
4#6D20CC
5#5B1BAA
6#491588
7#371066
8#240B44
9#120522

Tints

Lighter variations

1#C6A4F1
2#CDAEF2
3#D3B8F4
4#D9C2F5
5#E0CCF7
6#E6D6F9
7#ECE1FA
8#F2EBFC
9#F9F5FD

Tones

Muted variations

1#C09EEB
2#C1A2E7
3#C1A6E2
4#C2ABDE
5#C2AFDA
6#C3B3D5
7#C3B8D1
8#C3BCCD
9#C4C0C9

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F2
#F7F2FD
BackgroundsSubtle highlightsCard backgrounds
100
ECE0
#ECE0FA
Light backgroundsTable row hoverSkeleton loading
200
DBC6
#DBC6F6
Secondary backgroundsInput backgroundsDividers
300
C09A
#C09AEF
BordersInactive statesPlaceholder text
400
9F65
#9F65E7
Disabled statesSecondary iconsMuted text
500
8438
#8438E0
Primary brand colorCTAsActive elementsLinks
600
681E
#681EC2
Hover statesFocus ringsPrimary buttons hover
700
5318
#53189A
Active/pressed statesDark mode accentsSecondary text
800
3B11
#3B116E
Text on light backgroundsHeadingsStrong borders
900
260B
#260B47
Primary textHigh emphasis contentDark headings
950
1807
#18072C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --plum-50: #F7F2FD;
  --plum-100: #ECE0FA;
  --plum-200: #DBC6F6;
  --plum-300: #C09AEF;
  --plum-400: #9F65E7;
  --plum-500: #8438E0;
  --plum-600: #681EC2;
  --plum-700: #53189A;
  --plum-800: #3B116E;
  --plum-900: #260B47;
  --plum-950: #18072C;
}
Generate More ShadesCreate PaletteConvert Color