#cfbdd2
a light, soft magenta / pink · warm · closest name: silver
RGB
207, 189, 210
HSL
291°, 19%, 78%
CMYK
1, 10, 0, 18
Luminance
0.5431
Every format
| HEX | #cfbdd2 |
| RGB | rgb(207, 189, 210) |
| HSL | hsl(291, 19%, 78%) |
| CMYK | cmyk(1%, 10%, 0%, 18%) |
| LAB | lab(78.6 10.1 -8.2) |
| LCH | lch(78.6 13.0 320.9) |
| OKLCH | oklch(0.820 0.035 321.4) |
Copy-ready code
/* CSS */
color: #cfbdd2;
background-color: #cfbdd2;
/* Tailwind (arbitrary) */
class="text-[#cfbdd2] bg-[#cfbdd2]"
/* SCSS */
$brand: #cfbdd2;
/* SwiftUI */
Color(red: 0.812, green: 0.741, blue: 0.824)
/* Android */
Color.parseColor("#cfbdd2")Accessibility — WCAG contrast
Aa
#cfbdd2 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbdd2 on black: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green74.1%
Blue82.4%
CMYK percentages
Cyan1.4%
Magenta10.0%
Yellow0.0%
Key (black)17.6%
Color previews
#cfbdd2 text on a black background
contrast 11.86:1
Card sample
#cfbdd2 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbdd2;
Background color
Panel with #cfbdd2 background
background-color: #cfbdd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbdd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 189, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 189, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbdd2; background: linear-gradient(135deg, #cfbdd2, #D2BDC7);