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