#c5b94b
a balanced, vivid yellow · cool · closest name: khaki
RGB
197, 185, 75
HSL
54°, 51%, 53%
CMYK
0, 6, 62, 23
Luminance
0.4708
Every format
| HEX | #c5b94b |
| RGB | rgb(197, 185, 75) |
| HSL | hsl(54, 51%, 53%) |
| CMYK | cmyk(0%, 6%, 62%, 23%) |
| LAB | lab(74.2 -9.2 55.7) |
| LCH | lch(74.2 56.5 99.4) |
| OKLCH | oklch(0.775 0.131 103.1) |
Copy-ready code
/* CSS */
color: #c5b94b;
background-color: #c5b94b;
/* Tailwind (arbitrary) */
class="text-[#c5b94b] bg-[#c5b94b]"
/* SCSS */
$brand: #c5b94b;
/* SwiftUI */
Color(red: 0.773, green: 0.725, blue: 0.294)
/* Android */
Color.parseColor("#c5b94b")Accessibility — WCAG contrast
Aa
#c5b94b on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5b94b on black: 10.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green72.5%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta6.1%
Yellow61.9%
Key (black)22.7%
Color previews
#c5b94b text on a black background
contrast 10.42:1
Card sample
#c5b94b text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5b94b;
Background color
Panel with #c5b94b background
background-color: #c5b94b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5b94b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 185, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 185, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5b94b; background: linear-gradient(135deg, #c5b94b, #80C54B);