#c4afab
a light, soft red · warm · closest name: silver
RGB
196, 175, 171
HSL
10°, 18%, 72%
CMYK
0, 11, 13, 23
Luminance
0.4534
Every format
| HEX | #c4afab |
| RGB | rgb(196, 175, 171) |
| HSL | hsl(10, 18%, 72%) |
| CMYK | cmyk(0%, 11%, 13%, 23%) |
| LAB | lab(73.1 6.9 4.8) |
| LCH | lch(73.1 8.4 34.9) |
| OKLCH | oklch(0.771 0.025 30.5) |
Copy-ready code
/* CSS */
color: #c4afab;
background-color: #c4afab;
/* Tailwind (arbitrary) */
class="text-[#c4afab] bg-[#c4afab]"
/* SCSS */
$brand: #c4afab;
/* SwiftUI */
Color(red: 0.769, green: 0.686, blue: 0.671)
/* Android */
Color.parseColor("#c4afab")Accessibility — WCAG contrast
Aa
#c4afab on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4afab on black: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green68.6%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta10.7%
Yellow12.8%
Key (black)23.1%
Color previews
#c4afab text on a black background
contrast 10.07:1
Card sample
#c4afab text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4afab;
Background color
Panel with #c4afab background
background-color: #c4afab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4afab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 175, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 175, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4afab; background: linear-gradient(135deg, #c4afab, #C4C0AB);