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