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