#c29eb3
a light, soft magenta / pink · warm · closest name: pink
RGB
194, 158, 179
HSL
325°, 23%, 69%
CMYK
0, 19, 8, 24
Luminance
0.3918
Every format
| HEX | #c29eb3 |
| RGB | rgb(194, 158, 179) |
| HSL | hsl(325, 23%, 69%) |
| CMYK | cmyk(0%, 19%, 8%, 24%) |
| LAB | lab(68.9 16.8 -5.8) |
| LCH | lch(68.9 17.8 340.9) |
| OKLCH | oklch(0.738 0.051 342.6) |
Copy-ready code
/* CSS */
color: #c29eb3;
background-color: #c29eb3;
/* Tailwind (arbitrary) */
class="text-[#c29eb3] bg-[#c29eb3]"
/* SCSS */
$brand: #c29eb3;
/* SwiftUI */
Color(red: 0.761, green: 0.620, blue: 0.702)
/* Android */
Color.parseColor("#c29eb3")Accessibility — WCAG contrast
Aa
#c29eb3 on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c29eb3 on black: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green62.0%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta18.6%
Yellow7.7%
Key (black)23.9%
Color previews
#c29eb3 text on a black background
contrast 8.84:1
Card sample
#c29eb3 text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c29eb3;
Background color
Panel with #c29eb3 background
background-color: #c29eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c29eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 158, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 158, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c29eb3; background: linear-gradient(135deg, #c29eb3, #C2A19E);