#c5ad2f
a balanced, vivid yellow · cool · closest name: olive
RGB
197, 173, 47
HSL
50°, 62%, 48%
CMYK
0, 12, 76, 23
Luminance
0.4196
Every format
| HEX | #c5ad2f |
| RGB | rgb(197, 173, 47) |
| HSL | hsl(50, 62%, 48%) |
| CMYK | cmyk(0%, 12%, 76%, 23%) |
| LAB | lab(70.8 -4.4 63.4) |
| LCH | lch(70.8 63.5 94.0) |
| OKLCH | oklch(0.747 0.140 97.9) |
Copy-ready code
/* CSS */
color: #c5ad2f;
background-color: #c5ad2f;
/* Tailwind (arbitrary) */
class="text-[#c5ad2f] bg-[#c5ad2f]"
/* SCSS */
$brand: #c5ad2f;
/* SwiftUI */
Color(red: 0.773, green: 0.678, blue: 0.184)
/* Android */
Color.parseColor("#c5ad2f")Accessibility — WCAG contrast
Aa
#c5ad2f on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5ad2f on black: 9.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green67.8%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta12.2%
Yellow76.1%
Key (black)22.7%
Color previews
#c5ad2f text on a black background
contrast 9.39:1
Card sample
#c5ad2f text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5ad2f;
Background color
Panel with #c5ad2f background
background-color: #c5ad2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5ad2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 173, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 173, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5ad2f; background: linear-gradient(135deg, #c5ad2f, #79C52F);