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