#cfbf8f
a light, soft yellow · cool · closest name: tan
RGB
207, 191, 143
HSL
45°, 40%, 69%
CMYK
0, 8, 31, 19
Luminance
0.5251
Every format
| HEX | #cfbf8f |
| RGB | rgb(207, 191, 143) |
| HSL | hsl(45, 40%, 69%) |
| CMYK | cmyk(0%, 8%, 31%, 19%) |
| LAB | lab(77.6 -1.6 26.3) |
| LCH | lch(77.6 26.4 93.5) |
| OKLCH | oklch(0.806 0.066 91.8) |
Copy-ready code
/* CSS */
color: #cfbf8f;
background-color: #cfbf8f;
/* Tailwind (arbitrary) */
class="text-[#cfbf8f] bg-[#cfbf8f]"
/* SCSS */
$brand: #cfbf8f;
/* SwiftUI */
Color(red: 0.812, green: 0.749, blue: 0.561)
/* Android */
Color.parseColor("#cfbf8f")Accessibility — WCAG contrast
Aa
#cfbf8f on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbf8f on black: 11.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green74.9%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta7.7%
Yellow30.9%
Key (black)18.8%
Color previews
#cfbf8f text on a black background
contrast 11.50:1
Card sample
#cfbf8f text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbf8f;
Background color
Panel with #cfbf8f background
background-color: #cfbf8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbf8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 191, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 191, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbf8f; background: linear-gradient(135deg, #cfbf8f, #B4CF8F);