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