#c44df1
a balanced, electric violet · warm · closest name: magenta
RGB
196, 77, 241
HSL
284°, 85%, 62%
CMYK
19, 68, 0, 6
Luminance
0.2339
Every format
| HEX | #c44df1 |
| RGB | rgb(196, 77, 241) |
| HSL | hsl(284, 85%, 62%) |
| CMYK | cmyk(19%, 68%, 0%, 6%) |
| LAB | lab(55.5 70.6 -61.3) |
| LCH | lch(55.5 93.5 319.0) |
| OKLCH | oklch(0.647 0.245 315.2) |
Copy-ready code
/* CSS */
color: #c44df1;
background-color: #c44df1;
/* Tailwind (arbitrary) */
class="text-[#c44df1] bg-[#c44df1]"
/* SCSS */
$brand: #c44df1;
/* SwiftUI */
Color(red: 0.769, green: 0.302, blue: 0.945)
/* Android */
Color.parseColor("#c44df1")Accessibility — WCAG contrast
Aa
#c44df1 on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c44df1 on black: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green30.2%
Blue94.5%
CMYK percentages
Cyan18.7%
Magenta68.0%
Yellow0.0%
Key (black)5.5%
Color previews
#c44df1 text on a black background
contrast 5.68:1
Card sample
#c44df1 text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c44df1;
Background color
Panel with #c44df1 background
background-color: #c44df1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c44df1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 77, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 77, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c44df1; background: linear-gradient(135deg, #c44df1, #F14DB1);