#c79b16
a dark, electric yellow · cool · closest name: orange
RGB
199, 155, 22
HSL
45°, 80%, 43%
CMYK
0, 22, 89, 22
Luminance
0.3564
Every format
| HEX | #c79b16 |
| RGB | rgb(199, 155, 22) |
| HSL | hsl(45, 80%, 43%) |
| CMYK | cmyk(0%, 22%, 89%, 22%) |
| LAB | lab(66.3 5.3 66.7) |
| LCH | lch(66.3 66.9 85.5) |
| OKLCH | oklch(0.711 0.141 87.4) |
Copy-ready code
/* CSS */
color: #c79b16;
background-color: #c79b16;
/* Tailwind (arbitrary) */
class="text-[#c79b16] bg-[#c79b16]"
/* SCSS */
$brand: #c79b16;
/* SwiftUI */
Color(red: 0.780, green: 0.608, blue: 0.086)
/* Android */
Color.parseColor("#c79b16")Accessibility — WCAG contrast
Aa
#c79b16 on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c79b16 on black: 8.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green60.8%
Blue8.6%
CMYK percentages
Cyan0.0%
Magenta22.1%
Yellow88.9%
Key (black)22.0%
Color previews
#c79b16 text on a black background
contrast 8.13:1
Card sample
#c79b16 text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c79b16;
Background color
Panel with #c79b16 background
background-color: #c79b16;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c79b16;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 155, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 155, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c79b16; background: linear-gradient(135deg, #c79b16, #7DC716);