#cd44f8
a balanced, electric violet · warm · closest name: magenta
RGB
205, 68, 248
HSL
286°, 93%, 62%
CMYK
17, 73, 0, 3
Luminance
0.2389
Every format
| HEX | #cd44f8 |
| RGB | rgb(205, 68, 248) |
| HSL | hsl(286, 93%, 62%) |
| CMYK | cmyk(17%, 73%, 0%, 3%) |
| LAB | lab(56.0 77.1 -64.3) |
| LCH | lch(56.0 100.4 320.1) |
| OKLCH | oklch(0.655 0.264 316.7) |
Copy-ready code
/* CSS */
color: #cd44f8;
background-color: #cd44f8;
/* Tailwind (arbitrary) */
class="text-[#cd44f8] bg-[#cd44f8]"
/* SCSS */
$brand: #cd44f8;
/* SwiftUI */
Color(red: 0.804, green: 0.267, blue: 0.973)
/* Android */
Color.parseColor("#cd44f8")Accessibility — WCAG contrast
Aa
#cd44f8 on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd44f8 on black: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green26.7%
Blue97.3%
CMYK percentages
Cyan17.3%
Magenta72.6%
Yellow0.0%
Key (black)2.7%
Color previews
#cd44f8 text on a black background
contrast 5.78:1
Card sample
#cd44f8 text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd44f8;
Background color
Panel with #cd44f8 background
background-color: #cd44f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd44f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 68, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 68, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd44f8; background: linear-gradient(135deg, #cd44f8, #F844AB);