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