#cfbcbd
a light, soft red · warm · closest name: silver
RGB
207, 188, 189
HSL
357°, 17%, 78%
CMYK
0, 9, 9, 19
Luminance
0.5291
Every format
| HEX | #cfbcbd |
| RGB | rgb(207, 188, 189) |
| HSL | hsl(357, 17%, 78%) |
| CMYK | cmyk(0%, 9%, 9%, 19%) |
| LAB | lab(77.8 6.9 1.9) |
| LCH | lch(77.8 7.2 15.7) |
| OKLCH | oklch(0.811 0.022 14.0) |
Copy-ready code
/* CSS */
color: #cfbcbd;
background-color: #cfbcbd;
/* Tailwind (arbitrary) */
class="text-[#cfbcbd] bg-[#cfbcbd]"
/* SCSS */
$brand: #cfbcbd;
/* SwiftUI */
Color(red: 0.812, green: 0.737, blue: 0.741)
/* Android */
Color.parseColor("#cfbcbd")Accessibility — WCAG contrast
Aa
#cfbcbd on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbcbd on black: 11.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green73.7%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta9.2%
Yellow8.7%
Key (black)18.8%
Color previews
#cfbcbd text on a black background
contrast 11.58:1
Card sample
#cfbcbd text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbcbd;
Background color
Panel with #cfbcbd background
background-color: #cfbcbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbcbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 188, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 188, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbcbd; background: linear-gradient(135deg, #cfbcbd, #CFC8BC);