#cfbac2
a light, soft magenta / pink · warm · closest name: silver
RGB
207, 186, 194
HSL
337°, 18%, 77%
CMYK
0, 10, 6, 19
Luminance
0.5228
Every format
| HEX | #cfbac2 |
| RGB | rgb(207, 186, 194) |
| HSL | hsl(337, 18%, 77%) |
| CMYK | cmyk(0%, 10%, 6%, 19%) |
| LAB | lab(77.5 8.8 -1.3) |
| LCH | lch(77.5 8.9 351.6) |
| OKLCH | oklch(0.809 0.026 352.6) |
Copy-ready code
/* CSS */
color: #cfbac2;
background-color: #cfbac2;
/* Tailwind (arbitrary) */
class="text-[#cfbac2] bg-[#cfbac2]"
/* SCSS */
$brand: #cfbac2;
/* SwiftUI */
Color(red: 0.812, green: 0.729, blue: 0.761)
/* Android */
Color.parseColor("#cfbac2")Accessibility — WCAG contrast
Aa
#cfbac2 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbac2 on black: 11.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.9%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta10.1%
Yellow6.3%
Key (black)18.8%
Color previews
#cfbac2 text on a black background
contrast 11.46:1
Card sample
#cfbac2 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbac2;
Background color
Panel with #cfbac2 background
background-color: #cfbac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 186, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 186, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbac2; background: linear-gradient(135deg, #cfbac2, #CFC0BA);