Plum
#C098F1
PurpleColor Codes
All color formats for development
HEX
#C098F1RGB
rgb(192, 152, 241)HSL
hsl(267, 76%, 77%)OKLCH
oklch(0.75 0.131 304.1)CMYK
cmyk(20%, 37%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AB75EC
2#9653E7
3#8130E3
4#6D1CCF
5#5B18AD
6#49138A
7#360E68
8#240945
9#120523
Tints
Lighter variations
1#C6A2F2
2#CDACF4
3#D3B7F5
4#D9C1F7
5#DFCBF8
6#E6D6F9
7#ECE0FB
8#F2EAFC
9#F9F5FE
Tones
Muted variations
1#C09CEC
2#C1A1E8
3#C1A5E4
4#C2AADF
5#C2AEDB
6#C3B3D6
7#C3B7D2
8#C3BBCD
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 #C098F1 | BordersInactive statesPlaceholder text |
| 400 | 9F62 #9F62EA | Disabled statesSecondary iconsMuted text |
| 500 | 8435 #8435E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 681B #681BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5215 #52159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3B0F #3B0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 260A #260A48 | 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: #C098F1;
--plum-400: #9F62EA;
--plum-500: #8435E3;
--plum-600: #681BC5;
--plum-700: #52159D;
--plum-800: #3B0F70;
--plum-900: #260A48;
--plum-950: #18062D;
}