Plum
#C098F0
PurpleColor Codes
All color formats for development
HEX
#C098F0RGB
rgb(192, 152, 240)HSL
hsl(267, 75%, 77%)OKLCH
oklch(0.749 0.13 304.3)CMYK
cmyk(20%, 37%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AB76EB
2#9654E7
3#8131E2
4#6D1DCE
5#5B19AC
6#491489
7#360F67
8#240A45
9#120522
Tints
Lighter variations
1#C6A3F2
2#CDADF3
3#D3B7F5
4#D9C1F6
5#DFCCF8
6#E6D6F9
7#ECE0FB
8#F2EAFC
9#F9F5FE
Tones
Muted variations
1#C09DEC
2#C1A1E8
3#C1A6E3
4#C2AADF
5#C2AEDA
6#C3B3D6
7#C3B7D2
8#C3BCCD
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 | DBC5 #DBC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C098 #C098F0 | BordersInactive statesPlaceholder text |
| 400 | 9F63 #9F63E9 | Disabled statesSecondary iconsMuted text |
| 500 | 8436 #8436E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 681C #681CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5316 #53169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3B10 #3B1070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 260A #260A47 | 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: #DBC5F7;
--plum-300: #C098F0;
--plum-400: #9F63E9;
--plum-500: #8436E2;
--plum-600: #681CC4;
--plum-700: #53169C;
--plum-800: #3B1070;
--plum-900: #260A47;
--plum-950: #18062D;
}