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