#c44fd7
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
196, 79, 215
HSL
292°, 63%, 58%
CMYK
9, 63, 0, 16
Luminance
0.2223
Every format
| HEX | #c44fd7 |
| RGB | rgb(196, 79, 215) |
| HSL | hsl(292, 63%, 58%) |
| CMYK | cmyk(9%, 63%, 0%, 16%) |
| LAB | lab(54.3 64.9 -48.6) |
| LCH | lch(54.3 81.0 323.2) |
| OKLCH | oklch(0.634 0.219 321.8) |
Copy-ready code
/* CSS */
color: #c44fd7;
background-color: #c44fd7;
/* Tailwind (arbitrary) */
class="text-[#c44fd7] bg-[#c44fd7]"
/* SCSS */
$brand: #c44fd7;
/* SwiftUI */
Color(red: 0.769, green: 0.310, blue: 0.843)
/* Android */
Color.parseColor("#c44fd7")Accessibility — WCAG contrast
Aa
#c44fd7 on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c44fd7 on black: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green31.0%
Blue84.3%
CMYK percentages
Cyan8.8%
Magenta63.3%
Yellow0.0%
Key (black)15.7%
Color previews
#c44fd7 text on a black background
contrast 5.45:1
Card sample
#c44fd7 text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c44fd7;
Background color
Panel with #c44fd7 background
background-color: #c44fd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c44fd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 79, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 79, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c44fd7; background: linear-gradient(135deg, #c44fd7, #D74F8F);