Plum
#C998F1
PurpleColor Codes
All color formats for development
HEX
#C998F1RGB
rgb(201, 152, 241)HSL
hsl(273, 76%, 77%)OKLCH
oklch(0.758 0.134 308.8)CMYK
cmyk(17%, 37%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B775EC
2#A553E7
3#9230E3
4#7F1CCF
5#6A18AD
6#55138A
7#3F0E68
8#2A0945
9#150523
Tints
Lighter variations
1#CEA2F2
2#D4ACF4
3#D9B7F5
4#DEC1F7
5#E4CBF8
6#E9D6F9
7#EFE0FB
8#F4EAFC
9#FAF5FE
Tones
Muted variations
1#C89CEC
2#C8A1E8
3#C7A5E4
4#C7AADF
5#C7AEDB
6#C6B3D6
7#C6B7D2
8#C5BBCD
9#C5C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F2 #F8F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFE0 #EFE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C5 #E0C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C998 #C998F1 | BordersInactive statesPlaceholder text |
| 400 | AD62 #AD62EA | Disabled statesSecondary iconsMuted text |
| 500 | 9535 #9535E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 791B #791BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6015 #60159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 450F #450F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C0A #2C0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1B06 #1B062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F8F2FD;
--plum-100: #EFE0FB;
--plum-200: #E0C5F7;
--plum-300: #C998F1;
--plum-400: #AD62EA;
--plum-500: #9535E3;
--plum-600: #791BC5;
--plum-700: #60159D;
--plum-800: #450F70;
--plum-900: #2C0A48;
--plum-950: #1B062D;
}