#c49708
a dark, electric yellow · cool · closest name: orange
RGB
196, 151, 8
HSL
46°, 92%, 40%
CMYK
0, 23, 96, 23
Luminance
0.3389
Every format
| HEX | #c49708 |
| RGB | rgb(196, 151, 8) |
| HSL | hsl(46, 92%, 40%) |
| CMYK | cmyk(0%, 23%, 96%, 23%) |
| LAB | lab(64.9 5.9 67.9) |
| LCH | lch(64.9 68.1 85.0) |
| OKLCH | oklch(0.699 0.142 87.0) |
Copy-ready code
/* CSS */
color: #c49708;
background-color: #c49708;
/* Tailwind (arbitrary) */
class="text-[#c49708] bg-[#c49708]"
/* SCSS */
$brand: #c49708;
/* SwiftUI */
Color(red: 0.769, green: 0.592, blue: 0.031)
/* Android */
Color.parseColor("#c49708")Accessibility — WCAG contrast
Aa
#c49708 on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c49708 on black: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green59.2%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta23.0%
Yellow95.9%
Key (black)23.1%
Color previews
#c49708 text on a black background
contrast 7.78:1
Card sample
#c49708 text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c49708;
Background color
Panel with #c49708 background
background-color: #c49708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c49708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 151, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 151, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c49708; background: linear-gradient(135deg, #c49708, #74C408);