#c49eb2
a light, soft magenta / pink · warm · closest name: pink
RGB
196, 158, 178
HSL
328°, 24%, 69%
CMYK
0, 19, 9, 23
Luminance
0.3940
Every format
| HEX | #c49eb2 |
| RGB | rgb(196, 158, 178) |
| HSL | hsl(328, 24%, 69%) |
| CMYK | cmyk(0%, 19%, 9%, 23%) |
| LAB | lab(69.0 17.4 -5.0) |
| LCH | lch(69.0 18.1 343.9) |
| OKLCH | oklch(0.740 0.052 345.5) |
Copy-ready code
/* CSS */
color: #c49eb2;
background-color: #c49eb2;
/* Tailwind (arbitrary) */
class="text-[#c49eb2] bg-[#c49eb2]"
/* SCSS */
$brand: #c49eb2;
/* SwiftUI */
Color(red: 0.769, green: 0.620, blue: 0.698)
/* Android */
Color.parseColor("#c49eb2")Accessibility — WCAG contrast
Aa
#c49eb2 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c49eb2 on black: 8.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green62.0%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta19.4%
Yellow9.2%
Key (black)23.1%
Color previews
#c49eb2 text on a black background
contrast 8.88:1
Card sample
#c49eb2 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c49eb2;
Background color
Panel with #c49eb2 background
background-color: #c49eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c49eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 158, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 158, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c49eb2; background: linear-gradient(135deg, #c49eb2, #C4A39E);