#cd4ceb
a balanced, electric violet · warm · closest name: magenta
RGB
205, 76, 235
HSL
289°, 80%, 61%
CMYK
13, 68, 0, 8
Luminance
0.2415
Every format
| HEX | #cd4ceb |
| RGB | rgb(205, 76, 235) |
| HSL | hsl(289, 80%, 61%) |
| CMYK | cmyk(13%, 68%, 0%, 8%) |
| LAB | lab(56.2 71.7 -56.7) |
| LCH | lch(56.2 91.4 321.7) |
| OKLCH | oklch(0.654 0.244 319.4) |
Copy-ready code
/* CSS */
color: #cd4ceb;
background-color: #cd4ceb;
/* Tailwind (arbitrary) */
class="text-[#cd4ceb] bg-[#cd4ceb]"
/* SCSS */
$brand: #cd4ceb;
/* SwiftUI */
Color(red: 0.804, green: 0.298, blue: 0.922)
/* Android */
Color.parseColor("#cd4ceb")Accessibility — WCAG contrast
Aa
#cd4ceb on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd4ceb on black: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green29.8%
Blue92.2%
CMYK percentages
Cyan12.8%
Magenta67.7%
Yellow0.0%
Key (black)7.8%
Color previews
#cd4ceb text on a black background
contrast 5.83:1
Card sample
#cd4ceb text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd4ceb;
Background color
Panel with #cd4ceb background
background-color: #cd4ceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd4ceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 76, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 76, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd4ceb; background: linear-gradient(135deg, #cd4ceb, #EB4C9F);