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