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