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