#cfbace
a light, soft magenta / pink · warm · closest name: silver
RGB
207, 186, 206
HSL
303°, 18%, 77%
CMYK
0, 10, 1, 19
Luminance
0.5284
Every format
| HEX | #cfbace |
| RGB | rgb(207, 186, 206) |
| HSL | hsl(303, 18%, 77%) |
| CMYK | cmyk(0%, 10%, 1%, 19%) |
| LAB | lab(77.8 11.0 -7.3) |
| LCH | lch(77.8 13.2 326.3) |
| OKLCH | oklch(0.813 0.036 327.4) |
Copy-ready code
/* CSS */
color: #cfbace;
background-color: #cfbace;
/* Tailwind (arbitrary) */
class="text-[#cfbace] bg-[#cfbace]"
/* SCSS */
$brand: #cfbace;
/* SwiftUI */
Color(red: 0.812, green: 0.729, blue: 0.808)
/* Android */
Color.parseColor("#cfbace")Accessibility — WCAG contrast
Aa
#cfbace on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbace on black: 11.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.9%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta10.1%
Yellow0.5%
Key (black)18.8%
Color previews
#cfbace text on a black background
contrast 11.57:1
Card sample
#cfbace text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbace;
Background color
Panel with #cfbace background
background-color: #cfbace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 186, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 186, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbace; background: linear-gradient(135deg, #cfbace, #CFBAC0);