Plum
#C795F3
PurpleColor Codes
All color formats for development
HEX
#C795F3RGB
rgb(199, 149, 243)HSL
hsl(272, 80%, 77%)OKLCH
oklch(0.752 0.141 307.8)CMYK
cmyk(18%, 39%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B572EF
2#A24FEB
3#902BE7
4#7C18D4
5#6714B1
6#53108D
7#3E0C6A
8#290847
9#150423
Tints
Lighter variations
1#CDA0F4
2#D3ABF6
3#D8B5F7
4#DEC0F8
5#E3CAF9
6#E9D5FA
7#EEDFFB
8#F4EAFD
9#F9F4FE
Tones
Muted variations
1#C79AEF
2#C79FEA
3#C7A4E5
4#C6A8E1
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 | E0C3 #E0C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C795 #C795F3 | BordersInactive statesPlaceholder text |
| 400 | AB5E #AB5EED | Disabled statesSecondary iconsMuted text |
| 500 | 9230 #9230E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7616 #7616CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E12 #5E12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 430D #430D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B08 #2B0849 | 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: #E0C3F8;
--plum-300: #C795F3;
--plum-400: #AB5EED;
--plum-500: #9230E8;
--plum-600: #7616CA;
--plum-700: #5E12A1;
--plum-800: #430D73;
--plum-900: #2B0849;
--plum-950: #1B052E;
}