Plum
#C497F2
PurpleColor Codes
All color formats for development
HEX
#C497F2RGB
rgb(196, 151, 242)HSL
hsl(270, 78%, 77%)OKLCH
oklch(0.752 0.135 306.1)CMYK
cmyk(19%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B174EE
2#9D51E9
3#892EE5
4#761AD2
5#6216AF
6#4F118C
7#3B0D69
8#270946
9#140423
Tints
Lighter variations
1#CAA1F3
2#D0ABF5
3#D6B6F6
4#DCC0F7
5#E2CBF9
6#E8D5FA
7#EDE0FB
8#F3EAFC
9#F9F5FE
Tones
Muted variations
1#C49BEE
2#C4A0E9
3#C4A4E4
4#C4A9E0
5#C4ADDB
6#C4B2D7
7#C4B7D2
8#C4BBCD
9#C4C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDF #EDDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEC4 #DEC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C497 #C497F2 | BordersInactive statesPlaceholder text |
| 400 | A660 #A660EB | Disabled statesSecondary iconsMuted text |
| 500 | 8C33 #8C33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7019 #7019C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5914 #59149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 400E #400E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2909 #290949 | Primary textHigh emphasis contentDark headings |
| 950 | 1A06 #1A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F7F1FD;
--plum-100: #EDDFFB;
--plum-200: #DEC4F8;
--plum-300: #C497F2;
--plum-400: #A660EB;
--plum-500: #8C33E6;
--plum-600: #7019C8;
--plum-700: #59149F;
--plum-800: #400E71;
--plum-900: #290949;
--plum-950: #1A062D;
}