#c29eb6
a light, soft magenta / pink · warm · closest name: pink
RGB
194, 158, 182
HSL
320°, 23%, 69%
CMYK
0, 19, 6, 24
Luminance
0.3930
Every format
| HEX | #c29eb6 |
| RGB | rgb(194, 158, 182) |
| HSL | hsl(320, 23%, 69%) |
| CMYK | cmyk(0%, 19%, 6%, 24%) |
| LAB | lab(69.0 17.4 -7.4) |
| LCH | lch(69.0 18.9 337.0) |
| OKLCH | oklch(0.739 0.053 338.7) |
Copy-ready code
/* CSS */
color: #c29eb6;
background-color: #c29eb6;
/* Tailwind (arbitrary) */
class="text-[#c29eb6] bg-[#c29eb6]"
/* SCSS */
$brand: #c29eb6;
/* SwiftUI */
Color(red: 0.761, green: 0.620, blue: 0.714)
/* Android */
Color.parseColor("#c29eb6")Accessibility — WCAG contrast
Aa
#c29eb6 on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c29eb6 on black: 8.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green62.0%
Blue71.4%
CMYK percentages
Cyan0.0%
Magenta18.6%
Yellow6.2%
Key (black)23.9%
Color previews
#c29eb6 text on a black background
contrast 8.86:1
Card sample
#c29eb6 text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c29eb6;
Background color
Panel with #c29eb6 background
background-color: #c29eb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c29eb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 158, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 158, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c29eb6; background: linear-gradient(135deg, #c29eb6, #C29E9E);