#c44fda
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
196, 79, 218
HSL
291°, 65%, 58%
CMYK
10, 64, 0, 15
Luminance
0.2239
Every format
| HEX | #c44fda |
| RGB | rgb(196, 79, 218) |
| HSL | hsl(291, 65%, 58%) |
| CMYK | cmyk(10%, 64%, 0%, 15%) |
| LAB | lab(54.4 65.4 -50.0) |
| LCH | lch(54.4 82.3 322.6) |
| OKLCH | oklch(0.635 0.222 321.0) |
Copy-ready code
/* CSS */
color: #c44fda;
background-color: #c44fda;
/* Tailwind (arbitrary) */
class="text-[#c44fda] bg-[#c44fda]"
/* SCSS */
$brand: #c44fda;
/* SwiftUI */
Color(red: 0.769, green: 0.310, blue: 0.855)
/* Android */
Color.parseColor("#c44fda")Accessibility — WCAG contrast
Aa
#c44fda on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c44fda on black: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green31.0%
Blue85.5%
CMYK percentages
Cyan10.1%
Magenta63.8%
Yellow0.0%
Key (black)14.5%
Color previews
#c44fda text on a black background
contrast 5.48:1
Card sample
#c44fda text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c44fda;
Background color
Panel with #c44fda background
background-color: #c44fda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c44fda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 79, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 79, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c44fda; background: linear-gradient(135deg, #c44fda, #DA4F93);