#c4b35e
a balanced, vivid yellow · cool · closest name: khaki
RGB
196, 179, 94
HSL
50°, 46%, 57%
CMYK
0, 9, 52, 23
Luminance
0.4478
Every format
| HEX | #c4b35e |
| RGB | rgb(196, 179, 94) |
| HSL | hsl(50, 46%, 57%) |
| CMYK | cmyk(0%, 9%, 52%, 23%) |
| LAB | lab(72.8 -5.0 45.2) |
| LCH | lch(72.8 45.4 96.4) |
| OKLCH | oklch(0.763 0.108 98.2) |
Copy-ready code
/* CSS */
color: #c4b35e;
background-color: #c4b35e;
/* Tailwind (arbitrary) */
class="text-[#c4b35e] bg-[#c4b35e]"
/* SCSS */
$brand: #c4b35e;
/* SwiftUI */
Color(red: 0.769, green: 0.702, blue: 0.369)
/* Android */
Color.parseColor("#c4b35e")Accessibility — WCAG contrast
Aa
#c4b35e on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4b35e on black: 9.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green70.2%
Blue36.9%
CMYK percentages
Cyan0.0%
Magenta8.7%
Yellow52.0%
Key (black)23.1%
Color previews
#c4b35e text on a black background
contrast 9.96:1
Card sample
#c4b35e text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4b35e;
Background color
Panel with #c4b35e background
background-color: #c4b35e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4b35e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 179, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 179, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4b35e; background: linear-gradient(135deg, #c4b35e, #91C45E);