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