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