#cd49fe
a balanced, electric violet · warm · closest name: magenta
RGB
205, 73, 254
HSL
284°, 99%, 64%
CMYK
19, 71, 0, 0
Luminance
0.2490
Every format
| HEX | #cd49fe |
| RGB | rgb(205, 73, 254) |
| HSL | hsl(284, 99%, 64%) |
| CMYK | cmyk(19%, 71%, 0%, 0%) |
| LAB | lab(57.0 76.4 -66.1) |
| LCH | lch(57.0 101.0 319.2) |
| OKLCH | oklch(0.663 0.264 315.1) |
Copy-ready code
/* CSS */
color: #cd49fe;
background-color: #cd49fe;
/* Tailwind (arbitrary) */
class="text-[#cd49fe] bg-[#cd49fe]"
/* SCSS */
$brand: #cd49fe;
/* SwiftUI */
Color(red: 0.804, green: 0.286, blue: 0.996)
/* Android */
Color.parseColor("#cd49fe")Accessibility — WCAG contrast
Aa
#cd49fe on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd49fe on black: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green28.6%
Blue99.6%
CMYK percentages
Cyan19.3%
Magenta71.3%
Yellow0.0%
Key (black)0.4%
Color previews
#cd49fe text on a black background
contrast 5.98:1
Card sample
#cd49fe text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd49fe;
Background color
Panel with #cd49fe background
background-color: #cd49fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd49fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 73, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 73, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd49fe; background: linear-gradient(135deg, #cd49fe, #FE49B6);