Plum
#C198F1
PurpleColor Codes
All color formats for development
HEX
#C198F1RGB
rgb(193, 152, 241)HSL
hsl(268, 76%, 77%)OKLCH
oklch(0.751 0.131 304.6)CMYK
cmyk(20%, 37%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AD75EC
2#9853E7
3#8330E3
4#701CCF
5#5D18AD
6#4B138A
7#380E68
8#250945
9#130523
Tints
Lighter variations
1#C8A2F2
2#CEACF4
3#D4B7F5
4#DAC1F7
5#E0CBF8
6#E6D6F9
7#EDE0FB
8#F3EAFC
9#F9F5FE
Tones
Muted variations
1#C29CEC
2#C2A1E8
3#C2A5E4
4#C3AADF
5#C3AEDB
6#C3B3D6
7#C3B7D2
8#C4BBCD
9#C4C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F2 #F7F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECE0 #ECE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCC5 #DCC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C198 #C198F1 | BordersInactive statesPlaceholder text |
| 400 | A162 #A162EA | Disabled statesSecondary iconsMuted text |
| 500 | 8635 #8635E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6B1B #6B1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5515 #55159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3D0F #3D0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 270A #270A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1806 #18062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F7F2FD;
--plum-100: #ECE0FB;
--plum-200: #DCC5F7;
--plum-300: #C198F1;
--plum-400: #A162EA;
--plum-500: #8635E3;
--plum-600: #6B1BC5;
--plum-700: #55159D;
--plum-800: #3D0F70;
--plum-900: #270A48;
--plum-950: #18062D;
}