#cfbcb8
a light, soft red · warm · closest name: silver
RGB
207, 188, 184
HSL
10°, 19%, 77%
CMYK
0, 9, 11, 19
Luminance
0.5269
Every format
| HEX | #cfbcb8 |
| RGB | rgb(207, 188, 184) |
| HSL | hsl(10, 19%, 77%) |
| CMYK | cmyk(0%, 9%, 11%, 19%) |
| LAB | lab(77.7 6.0 4.5) |
| LCH | lch(77.7 7.5 36.4) |
| OKLCH | oklch(0.810 0.022 31.8) |
Copy-ready code
/* CSS */
color: #cfbcb8;
background-color: #cfbcb8;
/* Tailwind (arbitrary) */
class="text-[#cfbcb8] bg-[#cfbcb8]"
/* SCSS */
$brand: #cfbcb8;
/* SwiftUI */
Color(red: 0.812, green: 0.737, blue: 0.722)
/* Android */
Color.parseColor("#cfbcb8")Accessibility — WCAG contrast
Aa
#cfbcb8 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbcb8 on black: 11.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green73.7%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta9.2%
Yellow11.1%
Key (black)18.8%
Color previews
#cfbcb8 text on a black background
contrast 11.54:1
Card sample
#cfbcb8 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbcb8;
Background color
Panel with #cfbcb8 background
background-color: #cfbcb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbcb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 188, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 188, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbcb8; background: linear-gradient(135deg, #cfbcb8, #CFCBB8);