Plum
#C198F0
PurpleColor Codes
All color formats for development
HEX
#C198F0RGB
rgb(193, 152, 240)HSL
hsl(268, 75%, 77%)OKLCH
oklch(0.75 0.13 304.9)CMYK
cmyk(20%, 37%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AD76EB
2#9854E7
3#8431E2
4#701DCE
5#5D19AC
6#4B1489
7#380F67
8#250A45
9#130522
Tints
Lighter variations
1#C8A3F2
2#CEADF3
3#D4B7F5
4#DAC1F6
5#E0CCF8
6#E6D6F9
7#EDE0FB
8#F3EAFC
9#F9F5FE
Tones
Muted variations
1#C29DEC
2#C2A1E8
3#C2A6E3
4#C3AADF
5#C3AEDA
6#C3B3D6
7#C3B7D2
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 | ECE0 #ECE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCC5 #DCC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C198 #C198F0 | BordersInactive statesPlaceholder text |
| 400 | A163 #A163E9 | Disabled statesSecondary iconsMuted text |
| 500 | 8736 #8736E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6B1C #6B1CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5516 #55169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3D10 #3D1070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 270A #270A47 | 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: #C198F0;
--plum-400: #A163E9;
--plum-500: #8736E2;
--plum-600: #6B1CC4;
--plum-700: #55169C;
--plum-800: #3D1070;
--plum-900: #270A47;
--plum-950: #18062D;
}