Plum
#C197F2
PurpleColor Codes
All color formats for development
HEX
#C197F2RGB
rgb(193, 151, 242)HSL
hsl(268, 78%, 77%)OKLCH
oklch(0.749 0.134 304.6)CMYK
cmyk(20%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AD74EE
2#9851E9
3#832EE5
4#701AD2
5#5D16AF
6#4A118C
7#380D69
8#250946
9#130423
Tints
Lighter variations
1#C7A1F3
2#CEABF5
3#D4B6F6
4#DAC0F7
5#E0CBF9
6#E6D5FA
7#ECE0FB
8#F3EAFC
9#F9F5FE
Tones
Muted variations
1#C29BEE
2#C2A0E9
3#C2A4E4
4#C3A9E0
5#C3ADDB
6#C3B2D7
7#C3B7D2
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 | ECDF #ECDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCC4 #DCC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C197 #C197F2 | BordersInactive statesPlaceholder text |
| 400 | A160 #A160EB | Disabled statesSecondary iconsMuted text |
| 500 | 8633 #8633E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6A19 #6A19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5514 #55149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C0E #3C0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2709 #270949 | 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: #F7F1FD;
--plum-100: #ECDFFB;
--plum-200: #DCC4F8;
--plum-300: #C197F2;
--plum-400: #A160EB;
--plum-500: #8633E6;
--plum-600: #6A19C8;
--plum-700: #55149F;
--plum-800: #3C0E71;
--plum-900: #270949;
--plum-950: #18062D;
}