#c44fc4
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
196, 79, 196
HSL
300°, 50%, 54%
CMYK
0, 60, 0, 23
Luminance
0.2131
Every format
| HEX | #c44fc4 |
| RGB | rgb(196, 79, 196) |
| HSL | hsl(300, 50%, 54%) |
| CMYK | cmyk(0%, 60%, 0%, 23%) |
| LAB | lab(53.3 61.5 -39.3) |
| LCH | lch(53.3 73.0 327.4) |
| OKLCH | oklch(0.623 0.203 327.7) |
Copy-ready code
/* CSS */
color: #c44fc4;
background-color: #c44fc4;
/* Tailwind (arbitrary) */
class="text-[#c44fc4] bg-[#c44fc4]"
/* SCSS */
$brand: #c44fc4;
/* SwiftUI */
Color(red: 0.769, green: 0.310, blue: 0.769)
/* Android */
Color.parseColor("#c44fc4")Accessibility — WCAG contrast
Aa
#c44fc4 on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c44fc4 on black: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green31.0%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta59.7%
Yellow0.0%
Key (black)23.1%
Color previews
#c44fc4 text on a black background
contrast 5.26:1
Card sample
#c44fc4 text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c44fc4;
Background color
Panel with #c44fc4 background
background-color: #c44fc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c44fc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 79, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 79, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c44fc4; background: linear-gradient(135deg, #c44fc4, #C44F76);