#c44dfd
a balanced, electric violet · warm · closest name: magenta
RGB
196, 77, 253
HSL
281°, 98%, 65%
CMYK
23, 70, 0, 1
Luminance
0.2414
Every format
| HEX | #c44dfd |
| RGB | rgb(196, 77, 253) |
| HSL | hsl(281, 98%, 65%) |
| CMYK | cmyk(23%, 70%, 0%, 1%) |
| LAB | lab(56.2 73.0 -66.8) |
| LCH | lch(56.2 98.9 317.5) |
| OKLCH | oklch(0.655 0.256 312.4) |
Copy-ready code
/* CSS */
color: #c44dfd;
background-color: #c44dfd;
/* Tailwind (arbitrary) */
class="text-[#c44dfd] bg-[#c44dfd]"
/* SCSS */
$brand: #c44dfd;
/* SwiftUI */
Color(red: 0.769, green: 0.302, blue: 0.992)
/* Android */
Color.parseColor("#c44dfd")Accessibility — WCAG contrast
Aa
#c44dfd on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c44dfd on black: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green30.2%
Blue99.2%
CMYK percentages
Cyan22.5%
Magenta69.6%
Yellow0.0%
Key (black)0.8%
Color previews
#c44dfd text on a black background
contrast 5.83:1
Card sample
#c44dfd text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c44dfd;
Background color
Panel with #c44dfd background
background-color: #c44dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c44dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 77, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 77, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c44dfd; background: linear-gradient(135deg, #c44dfd, #FD4DC1);