#cfbc7f
a light, vivid yellow · cool · closest name: tan
RGB
207, 188, 127
HSL
46°, 46%, 66%
CMYK
0, 9, 39, 19
Luminance
0.5076
Every format
| HEX | #cfbc7f |
| RGB | rgb(207, 188, 127) |
| HSL | hsl(46, 46%, 66%) |
| CMYK | cmyk(0%, 9%, 39%, 19%) |
| LAB | lab(76.5 -1.9 33.3) |
| LCH | lch(76.5 33.4 93.3) |
| OKLCH | oklch(0.797 0.082 92.8) |
Copy-ready code
/* CSS */
color: #cfbc7f;
background-color: #cfbc7f;
/* Tailwind (arbitrary) */
class="text-[#cfbc7f] bg-[#cfbc7f]"
/* SCSS */
$brand: #cfbc7f;
/* SwiftUI */
Color(red: 0.812, green: 0.737, blue: 0.498)
/* Android */
Color.parseColor("#cfbc7f")Accessibility — WCAG contrast
Aa
#cfbc7f on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbc7f on black: 11.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green73.7%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta9.2%
Yellow38.6%
Key (black)18.8%
Color previews
#cfbc7f text on a black background
contrast 11.15:1
Card sample
#cfbc7f text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbc7f;
Background color
Panel with #cfbc7f background
background-color: #cfbc7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbc7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 188, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 188, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbc7f; background: linear-gradient(135deg, #cfbc7f, #ADCF7F);