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