#cfcdbb
a light, soft yellow · cool · closest name: silver
RGB
207, 205, 187
HSL
54°, 17%, 77%
CMYK
0, 1, 10, 19
Luminance
0.6052
Every format
| HEX | #cfcdbb |
| RGB | rgb(207, 205, 187) |
| HSL | hsl(54, 17%, 77%) |
| CMYK | cmyk(0%, 1%, 10%, 19%) |
| LAB | lab(82.1 -2.4 9.2) |
| LCH | lch(82.1 9.5 104.8) |
| OKLCH | oklch(0.845 0.025 101.7) |
Copy-ready code
/* CSS */
color: #cfcdbb;
background-color: #cfcdbb;
/* Tailwind (arbitrary) */
class="text-[#cfcdbb] bg-[#cfcdbb]"
/* SCSS */
$brand: #cfcdbb;
/* SwiftUI */
Color(red: 0.812, green: 0.804, blue: 0.733)
/* Android */
Color.parseColor("#cfcdbb")Accessibility — WCAG contrast
Aa
#cfcdbb on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcdbb on black: 13.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green80.4%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta1.0%
Yellow9.7%
Key (black)18.8%
Color previews
#cfcdbb text on a black background
contrast 13.10:1
Card sample
#cfcdbb text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcdbb;
Background color
Panel with #cfcdbb background
background-color: #cfcdbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcdbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 205, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 205, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcdbb; background: linear-gradient(135deg, #cfcdbb, #C4CFBB);