#788607
a dark, electric yellow · cool · closest name: olive
RGB
120, 134, 7
HSL
67°, 90%, 28%
CMYK
10, 0, 95, 48
Luminance
0.2106
Every format
| HEX | #788607 |
| RGB | rgb(120, 134, 7) |
| HSL | hsl(67, 90%, 28%) |
| CMYK | cmyk(10%, 0%, 95%, 48%) |
| LAB | lab(53.0 -19.6 56.0) |
| LCH | lch(53.0 59.3 109.3) |
| OKLCH | oklch(0.588 0.134 116.9) |
Copy-ready code
/* CSS */
color: #788607;
background-color: #788607;
/* Tailwind (arbitrary) */
class="text-[#788607] bg-[#788607]"
/* SCSS */
$brand: #788607;
/* SwiftUI */
Color(red: 0.471, green: 0.525, blue: 0.027)
/* Android */
Color.parseColor("#788607")Accessibility — WCAG contrast
Aa
#788607 on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#788607 on black: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green52.5%
Blue2.7%
CMYK percentages
Cyan10.4%
Magenta0.0%
Yellow94.8%
Key (black)47.5%
Color previews
#788607 text on a black background
contrast 5.21:1
Card sample
#788607 text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #788607;
Background color
Panel with #788607 background
background-color: #788607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #788607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 134, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 134, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #788607; background: linear-gradient(135deg, #788607, #238607);