#c44fd8
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
196, 79, 216
HSL
291°, 64%, 58%
CMYK
9, 63, 0, 15
Luminance
0.2229
Every format
| HEX | #c44fd8 |
| RGB | rgb(196, 79, 216) |
| HSL | hsl(291, 64%, 58%) |
| CMYK | cmyk(9%, 63%, 0%, 15%) |
| LAB | lab(54.3 65.0 -49.1) |
| LCH | lch(54.3 81.5 323.0) |
| OKLCH | oklch(0.634 0.220 321.5) |
Copy-ready code
/* CSS */
color: #c44fd8;
background-color: #c44fd8;
/* Tailwind (arbitrary) */
class="text-[#c44fd8] bg-[#c44fd8]"
/* SCSS */
$brand: #c44fd8;
/* SwiftUI */
Color(red: 0.769, green: 0.310, blue: 0.847)
/* Android */
Color.parseColor("#c44fd8")Accessibility — WCAG contrast
Aa
#c44fd8 on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c44fd8 on black: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green31.0%
Blue84.7%
CMYK percentages
Cyan9.3%
Magenta63.4%
Yellow0.0%
Key (black)15.3%
Color previews
#c44fd8 text on a black background
contrast 5.46:1
Card sample
#c44fd8 text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c44fd8;
Background color
Panel with #c44fd8 background
background-color: #c44fd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c44fd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 79, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 79, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c44fd8; background: linear-gradient(135deg, #c44fd8, #D84F91);