Plum
#C797F2
PurpleColor Codes
All color formats for development
HEX
#C797F2RGB
rgb(199, 151, 242)HSL
hsl(272, 78%, 77%)OKLCH
oklch(0.755 0.136 307.7)CMYK
cmyk(18%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B574EE
2#A251E9
3#902EE5
4#7C1AD2
5#6716AF
6#53118C
7#3E0D69
8#290946
9#150423
Tints
Lighter variations
1#CDA1F3
2#D3ABF5
3#D8B6F6
4#DEC0F7
5#E3CBF9
6#E9D5FA
7#EEE0FB
8#F4EAFC
9#F9F5FE
Tones
Muted variations
1#C79BEE
2#C7A0E9
3#C6A4E4
4#C6A9E0
5#C6ADDB
6#C6B2D7
7#C5B7D2
8#C5BBCD
9#C5C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDF #EEDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C4 #E0C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C797 #C797F2 | BordersInactive statesPlaceholder text |
| 400 | AA60 #AA60EB | Disabled statesSecondary iconsMuted text |
| 500 | 9233 #9233E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7619 #7619C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E14 #5E149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 430E #430E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B09 #2B0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1B06 #1B062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F8F1FD;
--plum-100: #EEDFFB;
--plum-200: #E0C4F8;
--plum-300: #C797F2;
--plum-400: #AA60EB;
--plum-500: #9233E6;
--plum-600: #7619C8;
--plum-700: #5E149F;
--plum-800: #430E71;
--plum-900: #2B0949;
--plum-950: #1B062D;
}