#cd4def
a balanced, electric violet · warm · closest name: magenta
RGB
205, 77, 239
HSL
287°, 84%, 62%
CMYK
14, 68, 0, 6
Luminance
0.2452
Every format
| HEX | #cd4def |
| RGB | rgb(205, 77, 239) |
| HSL | hsl(287, 84%, 62%) |
| CMYK | cmyk(14%, 68%, 0%, 6%) |
| LAB | lab(56.6 72.1 -58.3) |
| LCH | lch(56.6 92.7 321.0) |
| OKLCH | oklch(0.657 0.246 318.4) |
Copy-ready code
/* CSS */
color: #cd4def;
background-color: #cd4def;
/* Tailwind (arbitrary) */
class="text-[#cd4def] bg-[#cd4def]"
/* SCSS */
$brand: #cd4def;
/* SwiftUI */
Color(red: 0.804, green: 0.302, blue: 0.937)
/* Android */
Color.parseColor("#cd4def")Accessibility — WCAG contrast
Aa
#cd4def on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd4def on black: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green30.2%
Blue93.7%
CMYK percentages
Cyan14.2%
Magenta67.8%
Yellow0.0%
Key (black)6.3%
Color previews
#cd4def text on a black background
contrast 5.90:1
Card sample
#cd4def text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd4def;
Background color
Panel with #cd4def background
background-color: #cd4def;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd4def;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 77, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 77, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd4def; background: linear-gradient(135deg, #cd4def, #EF4DA5);