#c44fba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
196, 79, 186
HSL
305°, 50%, 54%
CMYK
0, 60, 5, 23
Luminance
0.2087
Every format
| HEX | #c44fba |
| RGB | rgb(196, 79, 186) |
| HSL | hsl(305, 50%, 54%) |
| CMYK | cmyk(0%, 60%, 5%, 23%) |
| LAB | lab(52.8 59.8 -34.3) |
| LCH | lch(52.8 68.9 330.2) |
| OKLCH | oklch(0.618 0.194 331.1) |
Copy-ready code
/* CSS */
color: #c44fba;
background-color: #c44fba;
/* Tailwind (arbitrary) */
class="text-[#c44fba] bg-[#c44fba]"
/* SCSS */
$brand: #c44fba;
/* SwiftUI */
Color(red: 0.769, green: 0.310, blue: 0.729)
/* Android */
Color.parseColor("#c44fba")Accessibility — WCAG contrast
Aa
#c44fba on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c44fba on black: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green31.0%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta59.7%
Yellow5.1%
Key (black)23.1%
Color previews
#c44fba text on a black background
contrast 5.17:1
Card sample
#c44fba text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c44fba;
Background color
Panel with #c44fba background
background-color: #c44fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c44fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 79, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 79, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c44fba; background: linear-gradient(135deg, #c44fba, #C44F6C);