#cfbccb
a light, soft magenta / pink · warm · closest name: silver
RGB
207, 188, 203
HSL
313°, 17%, 78%
CMYK
0, 9, 2, 19
Luminance
0.5354
Every format
| HEX | #cfbccb |
| RGB | rgb(207, 188, 203) |
| HSL | hsl(313, 17%, 78%) |
| CMYK | cmyk(0%, 9%, 2%, 19%) |
| LAB | lab(78.2 9.4 -5.1) |
| LCH | lch(78.2 10.7 331.5) |
| OKLCH | oklch(0.816 0.029 332.9) |
Copy-ready code
/* CSS */
color: #cfbccb;
background-color: #cfbccb;
/* Tailwind (arbitrary) */
class="text-[#cfbccb] bg-[#cfbccb]"
/* SCSS */
$brand: #cfbccb;
/* SwiftUI */
Color(red: 0.812, green: 0.737, blue: 0.796)
/* Android */
Color.parseColor("#cfbccb")Accessibility — WCAG contrast
Aa
#cfbccb on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbccb on black: 11.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green73.7%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta9.2%
Yellow1.9%
Key (black)18.8%
Color previews
#cfbccb text on a black background
contrast 11.71:1
Card sample
#cfbccb text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbccb;
Background color
Panel with #cfbccb background
background-color: #cfbccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 188, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 188, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbccb; background: linear-gradient(135deg, #cfbccb, #CFBCBE);