#c29b13
a dark, electric yellow · cool · closest name: olive
RGB
194, 155, 19
HSL
47°, 82%, 42%
CMYK
0, 20, 90, 24
Luminance
0.3496
Every format
| HEX | #c29b13 |
| RGB | rgb(194, 155, 19) |
| HSL | hsl(47, 82%, 42%) |
| CMYK | cmyk(0%, 20%, 90%, 24%) |
| LAB | lab(65.7 3.0 66.7) |
| LCH | lch(65.7 66.7 87.4) |
| OKLCH | oklch(0.706 0.141 90.0) |
Copy-ready code
/* CSS */
color: #c29b13;
background-color: #c29b13;
/* Tailwind (arbitrary) */
class="text-[#c29b13] bg-[#c29b13]"
/* SCSS */
$brand: #c29b13;
/* SwiftUI */
Color(red: 0.761, green: 0.608, blue: 0.075)
/* Android */
Color.parseColor("#c29b13")Accessibility — WCAG contrast
Aa
#c29b13 on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c29b13 on black: 7.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green60.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta20.1%
Yellow90.2%
Key (black)23.9%
Color previews
#c29b13 text on a black background
contrast 7.99:1
Card sample
#c29b13 text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c29b13;
Background color
Panel with #c29b13 background
background-color: #c29b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c29b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 155, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 155, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c29b13; background: linear-gradient(135deg, #c29b13, #75C213);