#795c13
a dark, vivid yellow · warm · closest name: olive
RGB
121, 92, 19
HSL
43°, 73%, 28%
CMYK
0, 24, 84, 53
Luminance
0.1177
Every format
| HEX | #795c13 |
| RGB | rgb(121, 92, 19) |
| HSL | hsl(43, 73%, 28%) |
| CMYK | cmyk(0%, 24%, 84%, 53%) |
| LAB | lab(40.8 4.6 43.0) |
| LCH | lch(40.8 43.3 83.9) |
| OKLCH | oklch(0.492 0.093 85.1) |
Copy-ready code
/* CSS */
color: #795c13;
background-color: #795c13;
/* Tailwind (arbitrary) */
class="text-[#795c13] bg-[#795c13]"
/* SCSS */
$brand: #795c13;
/* SwiftUI */
Color(red: 0.475, green: 0.361, blue: 0.075)
/* Android */
Color.parseColor("#795c13")Accessibility — WCAG contrast
Aa
#795c13 on white: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#795c13 on black: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green36.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta24.0%
Yellow84.3%
Key (black)52.5%
Color previews
#795c13 text on a black background
contrast 3.35:1
Card sample
#795c13 text on a white background
contrast 6.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #795c13;
Background color
Panel with #795c13 background
background-color: #795c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #795c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 92, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 92, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #795c13; background: linear-gradient(135deg, #795c13, #527913);