#cfbc79
a balanced, vivid yellow · cool · closest name: tan
RGB
207, 188, 121
HSL
47°, 47%, 64%
CMYK
0, 9, 42, 19
Luminance
0.5061
Every format
| HEX | #cfbc79 |
| RGB | rgb(207, 188, 121) |
| HSL | hsl(47, 47%, 64%) |
| CMYK | cmyk(0%, 9%, 42%, 19%) |
| LAB | lab(76.4 -2.6 36.3) |
| LCH | lch(76.4 36.4 94.1) |
| OKLCH | oklch(0.796 0.089 94.1) |
Copy-ready code
/* CSS */
color: #cfbc79;
background-color: #cfbc79;
/* Tailwind (arbitrary) */
class="text-[#cfbc79] bg-[#cfbc79]"
/* SCSS */
$brand: #cfbc79;
/* SwiftUI */
Color(red: 0.812, green: 0.737, blue: 0.475)
/* Android */
Color.parseColor("#cfbc79")Accessibility — WCAG contrast
Aa
#cfbc79 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbc79 on black: 11.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green73.7%
Blue47.5%
CMYK percentages
Cyan0.0%
Magenta9.2%
Yellow41.5%
Key (black)18.8%
Color previews
#cfbc79 text on a black background
contrast 11.12:1
Card sample
#cfbc79 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbc79;
Background color
Panel with #cfbc79 background
background-color: #cfbc79;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbc79;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 188, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 188, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbc79; background: linear-gradient(135deg, #cfbc79, #A9CF79);