#cd44ff
a balanced, electric violet · warm · closest name: magenta
RGB
205, 68, 255
HSL
284°, 100%, 63%
CMYK
20, 73, 0, 0
Luminance
0.2433
Every format
| HEX | #cd44ff |
| RGB | rgb(205, 68, 255) |
| HSL | hsl(284, 100%, 63%) |
| CMYK | cmyk(20%, 73%, 0%, 0%) |
| LAB | lab(56.4 78.4 -67.5) |
| LCH | lch(56.4 103.4 319.3) |
| OKLCH | oklch(0.659 0.270 315.1) |
Copy-ready code
/* CSS */
color: #cd44ff;
background-color: #cd44ff;
/* Tailwind (arbitrary) */
class="text-[#cd44ff] bg-[#cd44ff]"
/* SCSS */
$brand: #cd44ff;
/* SwiftUI */
Color(red: 0.804, green: 0.267, blue: 1.000)
/* Android */
Color.parseColor("#cd44ff")Accessibility — WCAG contrast
Aa
#cd44ff on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd44ff on black: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green26.7%
Blue100.0%
CMYK percentages
Cyan19.6%
Magenta73.3%
Yellow0.0%
Key (black)0.0%
Color previews
#cd44ff text on a black background
contrast 5.87:1
Card sample
#cd44ff text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd44ff;
Background color
Panel with #cd44ff background
background-color: #cd44ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd44ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 68, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 68, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd44ff; background: linear-gradient(135deg, #cd44ff, #FF44B4);