#c0acaf
a light, muted red · warm · closest name: silver
RGB
192, 172, 175
HSL
351°, 14%, 71%
CMYK
0, 10, 9, 25
Luminance
0.4381
Every format
| HEX | #c0acaf |
| RGB | rgb(192, 172, 175) |
| HSL | hsl(351, 14%, 71%) |
| CMYK | cmyk(0%, 10%, 9%, 25%) |
| LAB | lab(72.1 7.7 1.1) |
| LCH | lch(72.1 7.8 8.0) |
| OKLCH | oklch(0.762 0.024 7.4) |
Copy-ready code
/* CSS */
color: #c0acaf;
background-color: #c0acaf;
/* Tailwind (arbitrary) */
class="text-[#c0acaf] bg-[#c0acaf]"
/* SCSS */
$brand: #c0acaf;
/* SwiftUI */
Color(red: 0.753, green: 0.675, blue: 0.686)
/* Android */
Color.parseColor("#c0acaf")Accessibility — WCAG contrast
Aa
#c0acaf on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0acaf on black: 9.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green67.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta10.4%
Yellow8.9%
Key (black)24.7%
Color previews
#c0acaf text on a black background
contrast 9.76:1
Card sample
#c0acaf text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0acaf;
Background color
Panel with #c0acaf background
background-color: #c0acaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0acaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 172, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 172, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0acaf; background: linear-gradient(135deg, #c0acaf, #C0B6AC);