#c44fd2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
196, 79, 210
HSL
294°, 59%, 57%
CMYK
7, 62, 0, 18
Luminance
0.2198
Every format
| HEX | #c44fd2 |
| RGB | rgb(196, 79, 210) |
| HSL | hsl(294, 59%, 57%) |
| CMYK | cmyk(7%, 62%, 0%, 18%) |
| LAB | lab(54.0 64.0 -46.2) |
| LCH | lch(54.0 78.9 324.2) |
| OKLCH | oklch(0.631 0.215 323.3) |
Copy-ready code
/* CSS */
color: #c44fd2;
background-color: #c44fd2;
/* Tailwind (arbitrary) */
class="text-[#c44fd2] bg-[#c44fd2]"
/* SCSS */
$brand: #c44fd2;
/* SwiftUI */
Color(red: 0.769, green: 0.310, blue: 0.824)
/* Android */
Color.parseColor("#c44fd2")Accessibility — WCAG contrast
Aa
#c44fd2 on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c44fd2 on black: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green31.0%
Blue82.4%
CMYK percentages
Cyan6.7%
Magenta62.4%
Yellow0.0%
Key (black)17.6%
Color previews
#c44fd2 text on a black background
contrast 5.40:1
Card sample
#c44fd2 text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c44fd2;
Background color
Panel with #c44fd2 background
background-color: #c44fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c44fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 79, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 79, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c44fd2; background: linear-gradient(135deg, #c44fd2, #D24F89);