#cfbcd2
a light, soft magenta / pink · warm · closest name: silver
RGB
207, 188, 210
HSL
292°, 20%, 78%
CMYK
1, 11, 0, 18
Luminance
0.5388
Every format
| HEX | #cfbcd2 |
| RGB | rgb(207, 188, 210) |
| HSL | hsl(292, 20%, 78%) |
| CMYK | cmyk(1%, 11%, 0%, 18%) |
| LAB | lab(78.4 10.7 -8.6) |
| LCH | lch(78.4 13.7 321.1) |
| OKLCH | oklch(0.818 0.037 321.6) |
Copy-ready code
/* CSS */
color: #cfbcd2;
background-color: #cfbcd2;
/* Tailwind (arbitrary) */
class="text-[#cfbcd2] bg-[#cfbcd2]"
/* SCSS */
$brand: #cfbcd2;
/* SwiftUI */
Color(red: 0.812, green: 0.737, blue: 0.824)
/* Android */
Color.parseColor("#cfbcd2")Accessibility — WCAG contrast
Aa
#cfbcd2 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbcd2 on black: 11.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green73.7%
Blue82.4%
CMYK percentages
Cyan1.4%
Magenta10.5%
Yellow0.0%
Key (black)17.6%
Color previews
#cfbcd2 text on a black background
contrast 11.78:1
Card sample
#cfbcd2 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbcd2;
Background color
Panel with #cfbcd2 background
background-color: #cfbcd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbcd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 188, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 188, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbcd2; background: linear-gradient(135deg, #cfbcd2, #D2BCC6);