#c4afba
a light, soft magenta / pink · warm · closest name: silver
RGB
196, 175, 186
HSL
329°, 15%, 73%
CMYK
0, 11, 5, 23
Luminance
0.4594
Every format
| HEX | #c4afba |
| RGB | rgb(196, 175, 186) |
| HSL | hsl(329, 15%, 73%) |
| CMYK | cmyk(0%, 11%, 5%, 23%) |
| LAB | lab(73.5 9.5 -2.8) |
| LCH | lch(73.5 9.9 343.3) |
| OKLCH | oklch(0.775 0.028 344.8) |
Copy-ready code
/* CSS */
color: #c4afba;
background-color: #c4afba;
/* Tailwind (arbitrary) */
class="text-[#c4afba] bg-[#c4afba]"
/* SCSS */
$brand: #c4afba;
/* SwiftUI */
Color(red: 0.769, green: 0.686, blue: 0.729)
/* Android */
Color.parseColor("#c4afba")Accessibility — WCAG contrast
Aa
#c4afba on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4afba on black: 10.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green68.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta10.7%
Yellow5.1%
Key (black)23.1%
Color previews
#c4afba text on a black background
contrast 10.19:1
Card sample
#c4afba text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4afba;
Background color
Panel with #c4afba background
background-color: #c4afba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4afba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 175, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 175, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4afba; background: linear-gradient(135deg, #c4afba, #C4B2AF);