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