#795607
a dark, electric yellow · warm · closest name: sienna
RGB
121, 86, 7
HSL
42°, 89%, 25%
CMYK
0, 29, 94, 53
Luminance
0.1074
Every format
| HEX | #795607 |
| RGB | rgb(121, 86, 7) |
| HSL | hsl(42, 89%, 25%) |
| CMYK | cmyk(0%, 29%, 94%, 53%) |
| LAB | lab(39.1 7.9 45.3) |
| LCH | lch(39.1 45.9 80.1) |
| OKLCH | oklch(0.478 0.096 80.3) |
Copy-ready code
/* CSS */
color: #795607;
background-color: #795607;
/* Tailwind (arbitrary) */
class="text-[#795607] bg-[#795607]"
/* SCSS */
$brand: #795607;
/* SwiftUI */
Color(red: 0.475, green: 0.337, blue: 0.027)
/* Android */
Color.parseColor("#795607")Accessibility — WCAG contrast
Aa
#795607 on white: 6.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#795607 on black: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green33.7%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta28.9%
Yellow94.2%
Key (black)52.5%
Color previews
#795607 text on a black background
contrast 3.15:1
Card sample
#795607 text on a white background
contrast 6.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #795607;
Background color
Panel with #795607 background
background-color: #795607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #795607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 86, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 86, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #795607; background: linear-gradient(135deg, #795607, #507907);