#cd3cee
a balanced, electric violet · warm · closest name: magenta
RGB
205, 60, 238
HSL
289°, 84%, 58%
CMYK
14, 75, 0, 7
Luminance
0.2238
Every format
| HEX | #cd3cee |
| RGB | rgb(205, 60, 238) |
| HSL | hsl(289, 84%, 58%) |
| CMYK | cmyk(14%, 75%, 0%, 7%) |
| LAB | lab(54.4 77.9 -61.2) |
| LCH | lch(54.4 99.1 321.8) |
| OKLCH | oklch(0.642 0.264 319.3) |
Copy-ready code
/* CSS */
color: #cd3cee;
background-color: #cd3cee;
/* Tailwind (arbitrary) */
class="text-[#cd3cee] bg-[#cd3cee]"
/* SCSS */
$brand: #cd3cee;
/* SwiftUI */
Color(red: 0.804, green: 0.235, blue: 0.933)
/* Android */
Color.parseColor("#cd3cee")Accessibility — WCAG contrast
Aa
#cd3cee on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd3cee on black: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green23.5%
Blue93.3%
CMYK percentages
Cyan13.9%
Magenta74.8%
Yellow0.0%
Key (black)6.7%
Color previews
#cd3cee text on a black background
contrast 5.48:1
Card sample
#cd3cee text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd3cee;
Background color
Panel with #cd3cee background
background-color: #cd3cee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd3cee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 60, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 60, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd3cee; background: linear-gradient(135deg, #cd3cee, #EE3C98);