#cd97eb
a light, vivid violet · warm · closest name: plum
RGB
205, 151, 235
HSL
279°, 68%, 76%
CMYK
13, 36, 0, 8
Luminance
0.4111
Every format
| HEX | #cd97eb |
| RGB | rgb(205, 151, 235) |
| HSL | hsl(279, 68%, 76%) |
| CMYK | cmyk(13%, 36%, 0%, 8%) |
| LAB | lab(70.3 35.1 -34.6) |
| LCH | lch(70.3 49.3 315.5) |
| OKLCH | oklch(0.758 0.130 312.9) |
Copy-ready code
/* CSS */
color: #cd97eb;
background-color: #cd97eb;
/* Tailwind (arbitrary) */
class="text-[#cd97eb] bg-[#cd97eb]"
/* SCSS */
$brand: #cd97eb;
/* SwiftUI */
Color(red: 0.804, green: 0.592, blue: 0.922)
/* Android */
Color.parseColor("#cd97eb")Accessibility — WCAG contrast
Aa
#cd97eb on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd97eb on black: 9.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green59.2%
Blue92.2%
CMYK percentages
Cyan12.8%
Magenta35.7%
Yellow0.0%
Key (black)7.8%
Color previews
#cd97eb text on a black background
contrast 9.22:1
Card sample
#cd97eb text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd97eb;
Background color
Panel with #cd97eb background
background-color: #cd97eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd97eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 151, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 151, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd97eb; background: linear-gradient(135deg, #cd97eb, #EB97D1);