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