#c7acaf
a light, soft red · warm · closest name: silver
RGB
199, 172, 175
HSL
353°, 19%, 73%
CMYK
0, 14, 12, 22
Luminance
0.4474
Every format
| HEX | #c7acaf |
| RGB | rgb(199, 172, 175) |
| HSL | hsl(353, 19%, 73%) |
| CMYK | cmyk(0%, 14%, 12%, 22%) |
| LAB | lab(72.7 10.3 2.1) |
| LCH | lch(72.7 10.5 11.5) |
| OKLCH | oklch(0.769 0.032 10.3) |
Copy-ready code
/* CSS */
color: #c7acaf;
background-color: #c7acaf;
/* Tailwind (arbitrary) */
class="text-[#c7acaf] bg-[#c7acaf]"
/* SCSS */
$brand: #c7acaf;
/* SwiftUI */
Color(red: 0.780, green: 0.675, blue: 0.686)
/* Android */
Color.parseColor("#c7acaf")Accessibility — WCAG contrast
Aa
#c7acaf on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7acaf on black: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green67.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta13.6%
Yellow12.1%
Key (black)22.0%
Color previews
#c7acaf text on a black background
contrast 9.95:1
Card sample
#c7acaf text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7acaf;
Background color
Panel with #c7acaf background
background-color: #c7acaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7acaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 172, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 172, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7acaf; background: linear-gradient(135deg, #c7acaf, #C7BBAC);