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