#c4acaf
a light, soft red · warm · closest name: silver
RGB
196, 172, 175
HSL
353°, 17%, 72%
CMYK
0, 12, 11, 23
Luminance
0.4434
Every format
| HEX | #c4acaf |
| RGB | rgb(196, 172, 175) |
| HSL | hsl(353, 17%, 72%) |
| CMYK | cmyk(0%, 12%, 11%, 23%) |
| LAB | lab(72.5 9.2 1.6) |
| LCH | lch(72.5 9.3 10.2) |
| OKLCH | oklch(0.766 0.028 9.2) |
Copy-ready code
/* CSS */
color: #c4acaf;
background-color: #c4acaf;
/* Tailwind (arbitrary) */
class="text-[#c4acaf] bg-[#c4acaf]"
/* SCSS */
$brand: #c4acaf;
/* SwiftUI */
Color(red: 0.769, green: 0.675, blue: 0.686)
/* Android */
Color.parseColor("#c4acaf")Accessibility — WCAG contrast
Aa
#c4acaf on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4acaf on black: 9.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green67.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta12.2%
Yellow10.7%
Key (black)23.1%
Color previews
#c4acaf text on a black background
contrast 9.87:1
Card sample
#c4acaf text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4acaf;
Background color
Panel with #c4acaf background
background-color: #c4acaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4acaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 172, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 172, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4acaf; background: linear-gradient(135deg, #c4acaf, #C4B9AC);