#cfbd8c
a light, soft yellow · warm · closest name: tan
RGB
207, 189, 140
HSL
44°, 41%, 68%
CMYK
0, 9, 32, 19
Luminance
0.5155
Every format
| HEX | #cfbd8c |
| RGB | rgb(207, 189, 140) |
| HSL | hsl(44, 41%, 68%) |
| CMYK | cmyk(0%, 9%, 32%, 19%) |
| LAB | lab(77.0 -0.9 27.1) |
| LCH | lch(77.0 27.1 91.9) |
| OKLCH | oklch(0.802 0.068 90.2) |
Copy-ready code
/* CSS */
color: #cfbd8c;
background-color: #cfbd8c;
/* Tailwind (arbitrary) */
class="text-[#cfbd8c] bg-[#cfbd8c]"
/* SCSS */
$brand: #cfbd8c;
/* SwiftUI */
Color(red: 0.812, green: 0.741, blue: 0.549)
/* Android */
Color.parseColor("#cfbd8c")Accessibility — WCAG contrast
Aa
#cfbd8c on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbd8c on black: 11.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green74.1%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta8.7%
Yellow32.4%
Key (black)18.8%
Color previews
#cfbd8c text on a black background
contrast 11.31:1
Card sample
#cfbd8c text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbd8c;
Background color
Panel with #cfbd8c background
background-color: #cfbd8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbd8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 189, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 189, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbd8c; background: linear-gradient(135deg, #cfbd8c, #B4CF8C);