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