#c44bfd
a balanced, electric violet · warm · closest name: magenta
RGB
196, 75, 253
HSL
281°, 98%, 64%
CMYK
23, 70, 0, 1
Luminance
0.2386
Every format
| HEX | #c44bfd |
| RGB | rgb(196, 75, 253) |
| HSL | hsl(281, 98%, 64%) |
| CMYK | cmyk(23%, 70%, 0%, 1%) |
| LAB | lab(56.0 73.7 -67.2) |
| LCH | lch(56.0 99.8 317.6) |
| OKLCH | oklch(0.653 0.258 312.6) |
Copy-ready code
/* CSS */
color: #c44bfd;
background-color: #c44bfd;
/* Tailwind (arbitrary) */
class="text-[#c44bfd] bg-[#c44bfd]"
/* SCSS */
$brand: #c44bfd;
/* SwiftUI */
Color(red: 0.769, green: 0.294, blue: 0.992)
/* Android */
Color.parseColor("#c44bfd")Accessibility — WCAG contrast
Aa
#c44bfd on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c44bfd on black: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green29.4%
Blue99.2%
CMYK percentages
Cyan22.5%
Magenta70.4%
Yellow0.0%
Key (black)0.8%
Color previews
#c44bfd text on a black background
contrast 5.77:1
Card sample
#c44bfd text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c44bfd;
Background color
Panel with #c44bfd background
background-color: #c44bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c44bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 75, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 75, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c44bfd; background: linear-gradient(135deg, #c44bfd, #FD4BBF);