#cfcbbc
a light, soft yellow · cool · closest name: silver
RGB
207, 203, 188
HSL
47°, 17%, 78%
CMYK
0, 2, 9, 19
Luminance
0.5961
Every format
| HEX | #cfcbbc |
| RGB | rgb(207, 203, 188) |
| HSL | hsl(47, 17%, 78%) |
| CMYK | cmyk(0%, 2%, 9%, 19%) |
| LAB | lab(81.6 -1.2 8.0) |
| LCH | lch(81.6 8.1 98.7) |
| OKLCH | oklch(0.841 0.021 94.6) |
Copy-ready code
/* CSS */
color: #cfcbbc;
background-color: #cfcbbc;
/* Tailwind (arbitrary) */
class="text-[#cfcbbc] bg-[#cfcbbc]"
/* SCSS */
$brand: #cfcbbc;
/* SwiftUI */
Color(red: 0.812, green: 0.796, blue: 0.737)
/* Android */
Color.parseColor("#cfcbbc")Accessibility — WCAG contrast
Aa
#cfcbbc on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcbbc on black: 12.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green79.6%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta1.9%
Yellow9.2%
Key (black)18.8%
Color previews
#cfcbbc text on a black background
contrast 12.92:1
Card sample
#cfcbbc text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcbbc;
Background color
Panel with #cfcbbc background
background-color: #cfcbbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcbbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 203, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 203, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcbbc; background: linear-gradient(135deg, #cfcbbc, #C6CFBC);