Plum
#C397F2
PurpleColor Codes
All color formats for development
HEX
#C397F2RGB
rgb(195, 151, 242)HSL
hsl(269, 78%, 77%)OKLCH
oklch(0.751 0.135 305.6)CMYK
cmyk(19%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AF74EE
2#9B51E9
3#862EE5
4#731AD2
5#6016AF
6#4C118C
7#390D69
8#260946
9#130423
Tints
Lighter variations
1#C9A1F3
2#CFABF5
3#D5B6F6
4#DBC0F7
5#E1CBF9
6#E7D5FA
7#EDE0FB
8#F3EAFC
9#F9F5FE
Tones
Muted variations
1#C39BEE
2#C3A0E9
3#C3A4E4
4#C3A9E0
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 | DDC4 #DDC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C397 #C397F2 | BordersInactive statesPlaceholder text |
| 400 | A360 #A360EB | Disabled statesSecondary iconsMuted text |
| 500 | 8933 #8933E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D19 #6D19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5714 #57149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E0E #3E0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2809 #280949 | Primary textHigh emphasis contentDark headings |
| 950 | 1906 #19062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F7F1FD;
--plum-100: #EDDFFB;
--plum-200: #DDC4F8;
--plum-300: #C397F2;
--plum-400: #A360EB;
--plum-500: #8933E6;
--plum-600: #6D19C8;
--plum-700: #57149F;
--plum-800: #3E0E71;
--plum-900: #280949;
--plum-950: #19062D;
}