#786802
a deep, electric yellow · cool · closest name: olive
RGB
120, 104, 2
HSL
52°, 97%, 24%
CMYK
0, 13, 98, 53
Luminance
0.1390
Every format
| HEX | #786802 |
| RGB | rgb(120, 104, 2) |
| HSL | hsl(52, 97%, 24%) |
| CMYK | cmyk(0%, 13%, 98%, 53%) |
| LAB | lab(44.1 -3.3 50.2) |
| LCH | lch(44.1 50.3 93.8) |
| OKLCH | oklch(0.517 0.106 98.5) |
Copy-ready code
/* CSS */
color: #786802;
background-color: #786802;
/* Tailwind (arbitrary) */
class="text-[#786802] bg-[#786802]"
/* SCSS */
$brand: #786802;
/* SwiftUI */
Color(red: 0.471, green: 0.408, blue: 0.008)
/* Android */
Color.parseColor("#786802")Accessibility — WCAG contrast
Aa
#786802 on white: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#786802 on black: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green40.8%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta13.3%
Yellow98.3%
Key (black)52.9%
Color previews
#786802 text on a black background
contrast 3.78:1
Card sample
#786802 text on a white background
contrast 5.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #786802;
Background color
Panel with #786802 background
background-color: #786802;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #786802;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 104, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 104, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #786802; background: linear-gradient(135deg, #786802, #397802);