#c7afab
a light, soft red · warm · closest name: silver
RGB
199, 175, 171
HSL
9°, 20%, 73%
CMYK
0, 12, 14, 22
Luminance
0.4574
Every format
| HEX | #c7afab |
| RGB | rgb(199, 175, 171) |
| HSL | hsl(9, 20%, 73%) |
| CMYK | cmyk(0%, 12%, 14%, 22%) |
| LAB | lab(73.4 8.0 5.2) |
| LCH | lch(73.4 9.5 33.2) |
| OKLCH | oklch(0.773 0.029 29.0) |
Copy-ready code
/* CSS */
color: #c7afab;
background-color: #c7afab;
/* Tailwind (arbitrary) */
class="text-[#c7afab] bg-[#c7afab]"
/* SCSS */
$brand: #c7afab;
/* SwiftUI */
Color(red: 0.780, green: 0.686, blue: 0.671)
/* Android */
Color.parseColor("#c7afab")Accessibility — WCAG contrast
Aa
#c7afab on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7afab on black: 10.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green68.6%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta12.1%
Yellow14.1%
Key (black)22.0%
Color previews
#c7afab text on a black background
contrast 10.15:1
Card sample
#c7afab text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7afab;
Background color
Panel with #c7afab background
background-color: #c7afab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7afab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 175, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 175, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7afab; background: linear-gradient(135deg, #c7afab, #C7C2AB);