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