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