#c29607
a dark, electric yellow · cool · closest name: orange
RGB
194, 150, 7
HSL
46°, 93%, 39%
CMYK
0, 23, 96, 24
Luminance
0.3330
Every format
| HEX | #c29607 |
| RGB | rgb(194, 150, 7) |
| HSL | hsl(46, 93%, 39%) |
| CMYK | cmyk(0%, 23%, 96%, 24%) |
| LAB | lab(64.4 5.5 67.6) |
| LCH | lch(64.4 67.8 85.3) |
| OKLCH | oklch(0.695 0.141 87.3) |
Copy-ready code
/* CSS */
color: #c29607;
background-color: #c29607;
/* Tailwind (arbitrary) */
class="text-[#c29607] bg-[#c29607]"
/* SCSS */
$brand: #c29607;
/* SwiftUI */
Color(red: 0.761, green: 0.588, blue: 0.027)
/* Android */
Color.parseColor("#c29607")Accessibility — WCAG contrast
Aa
#c29607 on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c29607 on black: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green58.8%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta22.7%
Yellow96.4%
Key (black)23.9%
Color previews
#c29607 text on a black background
contrast 7.66:1
Card sample
#c29607 text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c29607;
Background color
Panel with #c29607 background
background-color: #c29607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c29607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 150, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 150, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c29607; background: linear-gradient(135deg, #c29607, #71C207);