#c9acaf
a light, soft red · warm · closest name: silver
RGB
201, 172, 175
HSL
354°, 21%, 73%
CMYK
0, 14, 13, 21
Luminance
0.4502
Every format
| HEX | #c9acaf |
| RGB | rgb(201, 172, 175) |
| HSL | hsl(354, 21%, 73%) |
| CMYK | cmyk(0%, 14%, 13%, 21%) |
| LAB | lab(72.9 11.0 2.4) |
| LCH | lch(72.9 11.2 12.1) |
| OKLCH | oklch(0.771 0.034 10.8) |
Copy-ready code
/* CSS */
color: #c9acaf;
background-color: #c9acaf;
/* Tailwind (arbitrary) */
class="text-[#c9acaf] bg-[#c9acaf]"
/* SCSS */
$brand: #c9acaf;
/* SwiftUI */
Color(red: 0.788, green: 0.675, blue: 0.686)
/* Android */
Color.parseColor("#c9acaf")Accessibility — WCAG contrast
Aa
#c9acaf on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9acaf on black: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green67.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta14.4%
Yellow12.9%
Key (black)21.2%
Color previews
#c9acaf text on a black background
contrast 10.00:1
Card sample
#c9acaf text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9acaf;
Background color
Panel with #c9acaf background
background-color: #c9acaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9acaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 172, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 172, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9acaf; background: linear-gradient(135deg, #c9acaf, #C9BCAC);