#c7ba74
a balanced, soft yellow · cool · closest name: tan
RGB
199, 186, 116
HSL
51°, 43%, 62%
CMYK
0, 7, 42, 22
Luminance
0.4852
Every format
| HEX | #c7ba74 |
| RGB | rgb(199, 186, 116) |
| HSL | hsl(51, 43%, 62%) |
| CMYK | cmyk(0%, 7%, 42%, 22%) |
| LAB | lab(75.2 -5.3 37.1) |
| LCH | lch(75.2 37.5 98.2) |
| OKLCH | oklch(0.784 0.091 99.0) |
Copy-ready code
/* CSS */
color: #c7ba74;
background-color: #c7ba74;
/* Tailwind (arbitrary) */
class="text-[#c7ba74] bg-[#c7ba74]"
/* SCSS */
$brand: #c7ba74;
/* SwiftUI */
Color(red: 0.780, green: 0.729, blue: 0.455)
/* Android */
Color.parseColor("#c7ba74")Accessibility — WCAG contrast
Aa
#c7ba74 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7ba74 on black: 10.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green72.9%
Blue45.5%
CMYK percentages
Cyan0.0%
Magenta6.5%
Yellow41.7%
Key (black)22.0%
Color previews
#c7ba74 text on a black background
contrast 10.70:1
Card sample
#c7ba74 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7ba74;
Background color
Panel with #c7ba74 background
background-color: #c7ba74;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7ba74;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 186, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 186, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7ba74; background: linear-gradient(135deg, #c7ba74, #9DC774);