#cd4fee
a balanced, electric violet · warm · closest name: magenta
RGB
205, 79, 238
HSL
288°, 82%, 62%
CMYK
14, 67, 0, 7
Luminance
0.2474
Every format
| HEX | #cd4fee |
| RGB | rgb(205, 79, 238) |
| HSL | hsl(288, 82%, 62%) |
| CMYK | cmyk(14%, 67%, 0%, 7%) |
| LAB | lab(56.8 71.1 -57.4) |
| LCH | lch(56.8 91.4 321.1) |
| OKLCH | oklch(0.659 0.243 318.6) |
Copy-ready code
/* CSS */
color: #cd4fee;
background-color: #cd4fee;
/* Tailwind (arbitrary) */
class="text-[#cd4fee] bg-[#cd4fee]"
/* SCSS */
$brand: #cd4fee;
/* SwiftUI */
Color(red: 0.804, green: 0.310, blue: 0.933)
/* Android */
Color.parseColor("#cd4fee")Accessibility — WCAG contrast
Aa
#cd4fee on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd4fee on black: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green31.0%
Blue93.3%
CMYK percentages
Cyan13.9%
Magenta66.8%
Yellow0.0%
Key (black)6.7%
Color previews
#cd4fee text on a black background
contrast 5.95:1
Card sample
#cd4fee text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd4fee;
Background color
Panel with #cd4fee background
background-color: #cd4fee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd4fee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 79, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 79, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd4fee; background: linear-gradient(135deg, #cd4fee, #EE4FA5);