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