#c29eb9
a light, soft magenta / pink · warm · closest name: pink
RGB
194, 158, 185
HSL
315°, 23%, 69%
CMYK
0, 19, 5, 24
Luminance
0.3943
Every format
| HEX | #c29eb9 |
| RGB | rgb(194, 158, 185) |
| HSL | hsl(315, 23%, 69%) |
| CMYK | cmyk(0%, 19%, 5%, 24%) |
| LAB | lab(69.1 17.9 -8.9) |
| LCH | lch(69.1 20.0 333.6) |
| OKLCH | oklch(0.740 0.056 335.1) |
Copy-ready code
/* CSS */
color: #c29eb9;
background-color: #c29eb9;
/* Tailwind (arbitrary) */
class="text-[#c29eb9] bg-[#c29eb9]"
/* SCSS */
$brand: #c29eb9;
/* SwiftUI */
Color(red: 0.761, green: 0.620, blue: 0.725)
/* Android */
Color.parseColor("#c29eb9")Accessibility — WCAG contrast
Aa
#c29eb9 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c29eb9 on black: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green62.0%
Blue72.5%
CMYK percentages
Cyan0.0%
Magenta18.6%
Yellow4.6%
Key (black)23.9%
Color previews
#c29eb9 text on a black background
contrast 8.89:1
Card sample
#c29eb9 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c29eb9;
Background color
Panel with #c29eb9 background
background-color: #c29eb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c29eb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 158, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 158, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c29eb9; background: linear-gradient(135deg, #c29eb9, #C29EA1);