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