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