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