#c5ba4f
a balanced, vivid yellow · cool · closest name: khaki
RGB
197, 186, 79
HSL
54°, 50%, 54%
CMYK
0, 6, 60, 23
Luminance
0.4755
Every format
| HEX | #c5ba4f |
| RGB | rgb(197, 186, 79) |
| HSL | hsl(54, 50%, 54%) |
| CMYK | cmyk(0%, 6%, 60%, 23%) |
| LAB | lab(74.5 -9.4 54.3) |
| LCH | lch(74.5 55.1 99.9) |
| OKLCH | oklch(0.777 0.128 103.5) |
Copy-ready code
/* CSS */
color: #c5ba4f;
background-color: #c5ba4f;
/* Tailwind (arbitrary) */
class="text-[#c5ba4f] bg-[#c5ba4f]"
/* SCSS */
$brand: #c5ba4f;
/* SwiftUI */
Color(red: 0.773, green: 0.729, blue: 0.310)
/* Android */
Color.parseColor("#c5ba4f")Accessibility — WCAG contrast
Aa
#c5ba4f on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5ba4f on black: 10.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green72.9%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta5.6%
Yellow59.9%
Key (black)22.7%
Color previews
#c5ba4f text on a black background
contrast 10.51:1
Card sample
#c5ba4f text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5ba4f;
Background color
Panel with #c5ba4f background
background-color: #c5ba4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5ba4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 186, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 186, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5ba4f; background: linear-gradient(135deg, #c5ba4f, #81C54F);