#c79913
a dark, electric yellow · warm · closest name: orange
RGB
199, 153, 19
HSL
45°, 83%, 43%
CMYK
0, 23, 91, 22
Luminance
0.3497
Every format
| HEX | #c79913 |
| RGB | rgb(199, 153, 19) |
| HSL | hsl(45, 83%, 43%) |
| CMYK | cmyk(0%, 23%, 91%, 22%) |
| LAB | lab(65.7 6.3 66.9) |
| LCH | lch(65.7 67.2 84.6) |
| OKLCH | oklch(0.707 0.141 86.3) |
Copy-ready code
/* CSS */
color: #c79913;
background-color: #c79913;
/* Tailwind (arbitrary) */
class="text-[#c79913] bg-[#c79913]"
/* SCSS */
$brand: #c79913;
/* SwiftUI */
Color(red: 0.780, green: 0.600, blue: 0.075)
/* Android */
Color.parseColor("#c79913")Accessibility — WCAG contrast
Aa
#c79913 on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c79913 on black: 7.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green60.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta23.1%
Yellow90.5%
Key (black)22.0%
Color previews
#c79913 text on a black background
contrast 7.99:1
Card sample
#c79913 text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c79913;
Background color
Panel with #c79913 background
background-color: #c79913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c79913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 153, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 153, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c79913; background: linear-gradient(135deg, #c79913, #7DC713);