#c59eb2
a light, soft magenta / pink · warm · closest name: pink
RGB
197, 158, 178
HSL
329°, 25%, 70%
CMYK
0, 20, 10, 23
Luminance
0.3954
Every format
| HEX | #c59eb2 |
| RGB | rgb(197, 158, 178) |
| HSL | hsl(329, 25%, 70%) |
| CMYK | cmyk(0%, 20%, 10%, 23%) |
| LAB | lab(69.1 17.7 -4.8) |
| LCH | lch(69.1 18.4 344.7) |
| OKLCH | oklch(0.741 0.053 346.2) |
Copy-ready code
/* CSS */
color: #c59eb2;
background-color: #c59eb2;
/* Tailwind (arbitrary) */
class="text-[#c59eb2] bg-[#c59eb2]"
/* SCSS */
$brand: #c59eb2;
/* SwiftUI */
Color(red: 0.773, green: 0.620, blue: 0.698)
/* Android */
Color.parseColor("#c59eb2")Accessibility — WCAG contrast
Aa
#c59eb2 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c59eb2 on black: 8.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green62.0%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta19.8%
Yellow9.6%
Key (black)22.7%
Color previews
#c59eb2 text on a black background
contrast 8.91:1
Card sample
#c59eb2 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c59eb2;
Background color
Panel with #c59eb2 background
background-color: #c59eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c59eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 158, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 158, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c59eb2; background: linear-gradient(135deg, #c59eb2, #C5A49E);