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