Plum
#C796F3
PurpleColor Codes
All color formats for development
HEX
#C796F3RGB
rgb(199, 150, 243)HSL
hsl(272, 79%, 77%)OKLCH
oklch(0.754 0.139 307.6)CMYK
cmyk(18%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B573EF
2#A250EA
3#902DE6
4#7C19D3
5#6715B0
6#53108D
7#3E0C69
8#290846
9#150423
Tints
Lighter variations
1#CDA1F4
2#D3ABF5
3#D8B6F6
4#DEC0F8
5#E3CBF9
6#E9D5FA
7#EEE0FB
8#F4EAFD
9#F9F5FE
Tones
Muted variations
1#C79BEE
2#C79FE9
3#C7A4E5
4#C6A9E0
5#C6ADDC
6#C6B2D7
7#C5B6D2
8#C5BBCE
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 | C796 #C796F3 | BordersInactive statesPlaceholder text |
| 400 | AA5F #AA5FEC | Disabled statesSecondary iconsMuted text |
| 500 | 9232 #9232E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7618 #7618C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E13 #5E13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 430D #430D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B09 #2B0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1B05 #1B052E | 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: #C796F3;
--plum-400: #AA5FEC;
--plum-500: #9232E7;
--plum-600: #7618C9;
--plum-700: #5E13A0;
--plum-800: #430D72;
--plum-900: #2B0949;
--plum-950: #1B052E;
}