Plum
#C196F3
PurpleColor Codes
All color formats for development
HEX
#C196F3RGB
rgb(193, 150, 243)HSL
hsl(268, 79%, 77%)OKLCH
oklch(0.748 0.137 304.6)CMYK
cmyk(21%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AD73EF
2#9850EA
3#832DE6
4#7019D3
5#5D15B0
6#4A108D
7#380C69
8#250846
9#130423
Tints
Lighter variations
1#C7A1F4
2#CEABF5
3#D4B6F6
4#DAC0F8
5#E0CBF9
6#E6D5FA
7#ECE0FB
8#F3EAFD
9#F9F5FE
Tones
Muted variations
1#C29BEE
2#C29FE9
3#C2A4E5
4#C2A9E0
5#C3ADDC
6#C3B2D7
7#C3B6D2
8#C4BBCE
9#C4C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDF #ECDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCC4 #DCC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C196 #C196F3 | BordersInactive statesPlaceholder text |
| 400 | A15F #A15FEC | Disabled statesSecondary iconsMuted text |
| 500 | 8632 #8632E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6A18 #6A18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5513 #5513A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C0D #3C0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2709 #270949 | Primary textHigh emphasis contentDark headings |
| 950 | 1805 #18052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F7F1FD;
--plum-100: #ECDFFB;
--plum-200: #DCC4F8;
--plum-300: #C196F3;
--plum-400: #A15FEC;
--plum-500: #8632E7;
--plum-600: #6A18C9;
--plum-700: #5513A0;
--plum-800: #3C0D72;
--plum-900: #270949;
--plum-950: #18052E;
}