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