#c59e29
a balanced, vivid yellow · cool · closest name: olive
RGB
197, 158, 41
HSL
45°, 66%, 47%
CMYK
0, 20, 79, 23
Luminance
0.3648
Every format
| HEX | #c59e29 |
| RGB | rgb(197, 158, 41) |
| HSL | hsl(45, 66%, 47%) |
| CMYK | cmyk(0%, 20%, 79%, 23%) |
| LAB | lab(66.9 3.3 61.8) |
| LCH | lch(66.9 61.9 86.9) |
| OKLCH | oklch(0.716 0.134 89.0) |
Copy-ready code
/* CSS */
color: #c59e29;
background-color: #c59e29;
/* Tailwind (arbitrary) */
class="text-[#c59e29] bg-[#c59e29]"
/* SCSS */
$brand: #c59e29;
/* SwiftUI */
Color(red: 0.773, green: 0.620, blue: 0.161)
/* Android */
Color.parseColor("#c59e29")Accessibility — WCAG contrast
Aa
#c59e29 on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c59e29 on black: 8.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green62.0%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta19.8%
Yellow79.2%
Key (black)22.7%
Color previews
#c59e29 text on a black background
contrast 8.30:1
Card sample
#c59e29 text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c59e29;
Background color
Panel with #c59e29 background
background-color: #c59e29;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c59e29;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 158, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 158, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c59e29; background: linear-gradient(135deg, #c59e29, #84C529);