#cd92eb
a light, vivid violet · warm · closest name: plum
RGB
205, 146, 235
HSL
280°, 69%, 75%
CMYK
13, 38, 0, 8
Luminance
0.3954
Every format
| HEX | #cd92eb |
| RGB | rgb(205, 146, 235) |
| HSL | hsl(280, 69%, 75%) |
| CMYK | cmyk(13%, 38%, 0%, 8%) |
| LAB | lab(69.1 37.9 -36.3) |
| LCH | lch(69.1 52.5 316.2) |
| OKLCH | oklch(0.749 0.139 313.7) |
Copy-ready code
/* CSS */
color: #cd92eb;
background-color: #cd92eb;
/* Tailwind (arbitrary) */
class="text-[#cd92eb] bg-[#cd92eb]"
/* SCSS */
$brand: #cd92eb;
/* SwiftUI */
Color(red: 0.804, green: 0.573, blue: 0.922)
/* Android */
Color.parseColor("#cd92eb")Accessibility — WCAG contrast
Aa
#cd92eb on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd92eb on black: 8.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green57.3%
Blue92.2%
CMYK percentages
Cyan12.8%
Magenta37.9%
Yellow0.0%
Key (black)7.8%
Color previews
#cd92eb text on a black background
contrast 8.91:1
Card sample
#cd92eb text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd92eb;
Background color
Panel with #cd92eb background
background-color: #cd92eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd92eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 146, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 146, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd92eb; background: linear-gradient(135deg, #cd92eb, #EB92CE);