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