#cfbc8d
a light, soft yellow · warm · closest name: tan
RGB
207, 188, 141
HSL
43°, 41%, 68%
CMYK
0, 9, 32, 19
Luminance
0.5115
Every format
| HEX | #cfbc8d |
| RGB | rgb(207, 188, 141) |
| HSL | hsl(43, 41%, 68%) |
| CMYK | cmyk(0%, 9%, 32%, 19%) |
| LAB | lab(76.8 -0.3 26.3) |
| LCH | lch(76.8 26.3 90.6) |
| OKLCH | oklch(0.800 0.066 88.6) |
Copy-ready code
/* CSS */
color: #cfbc8d;
background-color: #cfbc8d;
/* Tailwind (arbitrary) */
class="text-[#cfbc8d] bg-[#cfbc8d]"
/* SCSS */
$brand: #cfbc8d;
/* SwiftUI */
Color(red: 0.812, green: 0.737, blue: 0.553)
/* Android */
Color.parseColor("#cfbc8d")Accessibility — WCAG contrast
Aa
#cfbc8d on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbc8d on black: 11.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green73.7%
Blue55.3%
CMYK percentages
Cyan0.0%
Magenta9.2%
Yellow31.9%
Key (black)18.8%
Color previews
#cfbc8d text on a black background
contrast 11.23:1
Card sample
#cfbc8d text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbc8d;
Background color
Panel with #cfbc8d background
background-color: #cfbc8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbc8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 188, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 188, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbc8d; background: linear-gradient(135deg, #cfbc8d, #B6CF8D);