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