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