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