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