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