#cfbc74
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 188, 116
HSL
48°, 49%, 63%
CMYK
0, 9, 44, 19
Luminance
0.5049
Every format
| HEX | #cfbc74 |
| RGB | rgb(207, 188, 116) |
| HSL | hsl(48, 49%, 63%) |
| CMYK | cmyk(0%, 9%, 44%, 19%) |
| LAB | lab(76.4 -3.1 38.8) |
| LCH | lch(76.4 38.9 94.6) |
| OKLCH | oklch(0.795 0.095 95.1) |
Copy-ready code
/* CSS */
color: #cfbc74;
background-color: #cfbc74;
/* Tailwind (arbitrary) */
class="text-[#cfbc74] bg-[#cfbc74]"
/* SCSS */
$brand: #cfbc74;
/* SwiftUI */
Color(red: 0.812, green: 0.737, blue: 0.455)
/* Android */
Color.parseColor("#cfbc74")Accessibility — WCAG contrast
Aa
#cfbc74 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbc74 on black: 11.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green73.7%
Blue45.5%
CMYK percentages
Cyan0.0%
Magenta9.2%
Yellow44.0%
Key (black)18.8%
Color previews
#cfbc74 text on a black background
contrast 11.10:1
Card sample
#cfbc74 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbc74;
Background color
Panel with #cfbc74 background
background-color: #cfbc74;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbc74;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 188, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 188, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbc74; background: linear-gradient(135deg, #cfbc74, #A5CF74);