#cfacaa
a light, soft red · warm · closest name: silver
RGB
207, 172, 170
HSL
3°, 28%, 74%
CMYK
0, 17, 18, 19
Luminance
0.4567
Every format
| HEX | #cfacaa |
| RGB | rgb(207, 172, 170) |
| HSL | hsl(3, 28%, 74%) |
| CMYK | cmyk(0%, 17%, 18%, 19%) |
| LAB | lab(73.3 12.4 5.8) |
| LCH | lch(73.3 13.7 25.1) |
| OKLCH | oklch(0.775 0.041 21.9) |
Copy-ready code
/* CSS */
color: #cfacaa;
background-color: #cfacaa;
/* Tailwind (arbitrary) */
class="text-[#cfacaa] bg-[#cfacaa]"
/* SCSS */
$brand: #cfacaa;
/* SwiftUI */
Color(red: 0.812, green: 0.675, blue: 0.667)
/* Android */
Color.parseColor("#cfacaa")Accessibility — WCAG contrast
Aa
#cfacaa on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfacaa on black: 10.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.5%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow17.9%
Key (black)18.8%
Color previews
#cfacaa text on a black background
contrast 10.13:1
Card sample
#cfacaa text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfacaa;
Background color
Panel with #cfacaa background
background-color: #cfacaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfacaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 172, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 172, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfacaa; background: linear-gradient(135deg, #cfacaa, #CFC5AA);