#cfbcd0
a light, soft magenta / pink · warm · closest name: silver
RGB
207, 188, 208
HSL
297°, 18%, 78%
CMYK
1, 10, 0, 18
Luminance
0.5379
Every format
| HEX | #cfbcd0 |
| RGB | rgb(207, 188, 208) |
| HSL | hsl(297, 18%, 78%) |
| CMYK | cmyk(1%, 10%, 0%, 18%) |
| LAB | lab(78.3 10.3 -7.6) |
| LCH | lch(78.3 12.8 323.6) |
| OKLCH | oklch(0.817 0.035 324.4) |
Copy-ready code
/* CSS */
color: #cfbcd0;
background-color: #cfbcd0;
/* Tailwind (arbitrary) */
class="text-[#cfbcd0] bg-[#cfbcd0]"
/* SCSS */
$brand: #cfbcd0;
/* SwiftUI */
Color(red: 0.812, green: 0.737, blue: 0.816)
/* Android */
Color.parseColor("#cfbcd0")Accessibility — WCAG contrast
Aa
#cfbcd0 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbcd0 on black: 11.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green73.7%
Blue81.6%
CMYK percentages
Cyan0.5%
Magenta9.6%
Yellow0.0%
Key (black)18.4%
Color previews
#cfbcd0 text on a black background
contrast 11.76:1
Card sample
#cfbcd0 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbcd0;
Background color
Panel with #cfbcd0 background
background-color: #cfbcd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbcd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 188, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 188, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbcd0; background: linear-gradient(135deg, #cfbcd0, #D0BCC4);