#cfb1ce
a light, soft magenta / pink · warm · closest name: pink
RGB
207, 177, 206
HSL
302°, 24%, 75%
CMYK
0, 15, 1, 19
Luminance
0.4917
Every format
| HEX | #cfb1ce |
| RGB | rgb(207, 177, 206) |
| HSL | hsl(302, 24%, 75%) |
| CMYK | cmyk(0%, 15%, 1%, 19%) |
| LAB | lab(75.5 15.9 -10.6) |
| LCH | lch(75.5 19.1 326.1) |
| OKLCH | oklch(0.795 0.052 327.1) |
Copy-ready code
/* CSS */
color: #cfb1ce;
background-color: #cfb1ce;
/* Tailwind (arbitrary) */
class="text-[#cfb1ce] bg-[#cfb1ce]"
/* SCSS */
$brand: #cfb1ce;
/* SwiftUI */
Color(red: 0.812, green: 0.694, blue: 0.808)
/* Android */
Color.parseColor("#cfb1ce")Accessibility — WCAG contrast
Aa
#cfb1ce on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb1ce on black: 10.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.4%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow0.5%
Key (black)18.8%
Color previews
#cfb1ce text on a black background
contrast 10.83:1
Card sample
#cfb1ce text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb1ce;
Background color
Panel with #cfb1ce background
background-color: #cfb1ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb1ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 177, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 177, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb1ce; background: linear-gradient(135deg, #cfb1ce, #CFB1BA);