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