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