#cfb6d2
a light, soft magenta / pink · warm · closest name: silver
RGB
207, 182, 210
HSL
294°, 24%, 77%
CMYK
1, 13, 0, 18
Luminance
0.5137
Every format
| HEX | #cfb6d2 |
| RGB | rgb(207, 182, 210) |
| HSL | hsl(294, 24%, 77%) |
| CMYK | cmyk(1%, 13%, 0%, 18%) |
| LAB | lab(76.9 13.9 -10.8) |
| LCH | lch(76.9 17.6 322.2) |
| OKLCH | oklch(0.806 0.048 322.6) |
Copy-ready code
/* CSS */
color: #cfb6d2;
background-color: #cfb6d2;
/* Tailwind (arbitrary) */
class="text-[#cfb6d2] bg-[#cfb6d2]"
/* SCSS */
$brand: #cfb6d2;
/* SwiftUI */
Color(red: 0.812, green: 0.714, blue: 0.824)
/* Android */
Color.parseColor("#cfb6d2")Accessibility — WCAG contrast
Aa
#cfb6d2 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb6d2 on black: 11.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green71.4%
Blue82.4%
CMYK percentages
Cyan1.4%
Magenta13.3%
Yellow0.0%
Key (black)17.6%
Color previews
#cfb6d2 text on a black background
contrast 11.27:1
Card sample
#cfb6d2 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb6d2;
Background color
Panel with #cfb6d2 background
background-color: #cfb6d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb6d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 182, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 182, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb6d2; background: linear-gradient(135deg, #cfb6d2, #D2B6C2);