#c4afb2
a light, soft red · warm · closest name: silver
RGB
196, 175, 178
HSL
351°, 15%, 73%
CMYK
0, 11, 9, 23
Luminance
0.4561
Every format
| HEX | #c4afb2 |
| RGB | rgb(196, 175, 178) |
| HSL | hsl(351, 15%, 73%) |
| CMYK | cmyk(0%, 11%, 9%, 23%) |
| LAB | lab(73.3 8.1 1.2) |
| LCH | lch(73.3 8.1 8.7) |
| OKLCH | oklch(0.773 0.025 7.9) |
Copy-ready code
/* CSS */
color: #c4afb2;
background-color: #c4afb2;
/* Tailwind (arbitrary) */
class="text-[#c4afb2] bg-[#c4afb2]"
/* SCSS */
$brand: #c4afb2;
/* SwiftUI */
Color(red: 0.769, green: 0.686, blue: 0.698)
/* Android */
Color.parseColor("#c4afb2")Accessibility — WCAG contrast
Aa
#c4afb2 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4afb2 on black: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green68.6%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta10.7%
Yellow9.2%
Key (black)23.1%
Color previews
#c4afb2 text on a black background
contrast 10.12:1
Card sample
#c4afb2 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4afb2;
Background color
Panel with #c4afb2 background
background-color: #c4afb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4afb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 175, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 175, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4afb2; background: linear-gradient(135deg, #c4afb2, #C4BAAF);