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