#c49baf
a light, soft magenta / pink · warm · closest name: pink
RGB
196, 155, 175
HSL
331°, 26%, 69%
CMYK
0, 21, 11, 23
Luminance
0.3827
Every format
| HEX | #c49baf |
| RGB | rgb(196, 155, 175) |
| HSL | hsl(331, 26%, 69%) |
| CMYK | cmyk(0%, 21%, 11%, 23%) |
| LAB | lab(68.2 18.5 -4.5) |
| LCH | lch(68.2 19.0 346.2) |
| OKLCH | oklch(0.733 0.056 347.7) |
Copy-ready code
/* CSS */
color: #c49baf;
background-color: #c49baf;
/* Tailwind (arbitrary) */
class="text-[#c49baf] bg-[#c49baf]"
/* SCSS */
$brand: #c49baf;
/* SwiftUI */
Color(red: 0.769, green: 0.608, blue: 0.686)
/* Android */
Color.parseColor("#c49baf")Accessibility — WCAG contrast
Aa
#c49baf on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c49baf on black: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green60.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta20.9%
Yellow10.7%
Key (black)23.1%
Color previews
#c49baf text on a black background
contrast 8.65:1
Card sample
#c49baf text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c49baf;
Background color
Panel with #c49baf background
background-color: #c49baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c49baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 155, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 155, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c49baf; background: linear-gradient(135deg, #c49baf, #C4A29B);