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