Plum
#C68DFC
PurpleColor Codes
All color formats for development
HEX
#C68DFCRGB
rgb(198, 141, 252)HSL
hsl(271, 95%, 77%)OKLCH
oklch(0.742 0.164 306.5)CMYK
cmyk(21%, 44%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B366FB
2#A040FA
3#8D1AF9
4#7A06E6
5#6505BF
6#510499
7#3D0373
8#29024D
9#140126
Tints
Lighter variations
1#CC98FC
2#D2A4FD
3#D7AFFD
4#DDBAFD
5#E3C6FE
6#E8D1FE
7#EEDDFE
8#F4E8FE
9#F9F4FF
Tones
Muted variations
1#C692F6
2#C698F1
3#C69DEB
4#C5A3E6
5#C5A8E0
6#C5AEDB
7#C5B4D5
8#C5B9CF
9#C5BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDC #EEDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFBE #DFBEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | C68D #C68DFC | BordersInactive statesPlaceholder text |
| 400 | A951 #A951FB | Disabled statesSecondary iconsMuted text |
| 500 | 901F #901FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7406 #7406DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C04 #5C04AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4203 #42037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A02 #2A0250 | Primary textHigh emphasis contentDark headings |
| 950 | 1A01 #1A0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F8F0FF;
--plum-100: #EEDCFE;
--plum-200: #DFBEFD;
--plum-300: #C68DFC;
--plum-400: #A951FB;
--plum-500: #901FF9;
--plum-600: #7406DB;
--plum-700: #5C04AE;
--plum-800: #42037C;
--plum-900: #2A0250;
--plum-950: #1A0132;
}