#c5ad4b
a balanced, vivid yellow · cool · closest name: khaki
RGB
197, 173, 75
HSL
48°, 51%, 53%
CMYK
0, 12, 62, 23
Luminance
0.4227
Every format
| HEX | #c5ad4b |
| RGB | rgb(197, 173, 75) |
| HSL | hsl(48, 51%, 53%) |
| CMYK | cmyk(0%, 12%, 62%, 23%) |
| LAB | lab(71.0 -2.9 52.3) |
| LCH | lch(71.0 52.3 93.2) |
| OKLCH | oklch(0.750 0.120 95.6) |
Copy-ready code
/* CSS */
color: #c5ad4b;
background-color: #c5ad4b;
/* Tailwind (arbitrary) */
class="text-[#c5ad4b] bg-[#c5ad4b]"
/* SCSS */
$brand: #c5ad4b;
/* SwiftUI */
Color(red: 0.773, green: 0.678, blue: 0.294)
/* Android */
Color.parseColor("#c5ad4b")Accessibility — WCAG contrast
Aa
#c5ad4b on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5ad4b on black: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green67.8%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta12.2%
Yellow61.9%
Key (black)22.7%
Color previews
#c5ad4b text on a black background
contrast 9.45:1
Card sample
#c5ad4b text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5ad4b;
Background color
Panel with #c5ad4b background
background-color: #c5ad4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5ad4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 173, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 173, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5ad4b; background: linear-gradient(135deg, #c5ad4b, #8CC54B);