Plum
#C398F0
PurpleColor Codes
All color formats for development
HEX
#C398F0RGB
rgb(195, 152, 240)HSL
hsl(269, 75%, 77%)OKLCH
oklch(0.752 0.131 305.9)CMYK
cmyk(19%, 37%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AF76EB
2#9B54E7
3#8731E2
4#731DCE
5#6019AC
6#4D1489
7#390F67
8#260A45
9#130522
Tints
Lighter variations
1#C9A3F2
2#CFADF3
3#D5B7F5
4#DBC1F6
5#E1CCF8
6#E7D6F9
7#EDE0FB
8#F3EAFC
9#F9F5FE
Tones
Muted variations
1#C39DEC
2#C3A1E8
3#C3A6E3
4#C3AADF
5#C4AEDA
6#C4B3D6
7#C4B7D2
8#C4BCCD
9#C4C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F2 #F7F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDE0 #EDE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDC5 #DDC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C398 #C398F0 | BordersInactive statesPlaceholder text |
| 400 | A463 #A463E9 | Disabled statesSecondary iconsMuted text |
| 500 | 8936 #8936E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D1C #6D1CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5716 #57169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E10 #3E1070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 280A #280A47 | 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: #F7F2FD;
--plum-100: #EDE0FB;
--plum-200: #DDC5F7;
--plum-300: #C398F0;
--plum-400: #A463E9;
--plum-500: #8936E2;
--plum-600: #6D1CC4;
--plum-700: #57169C;
--plum-800: #3E1070;
--plum-900: #280A47;
--plum-950: #19062D;
}