#7ba613
a dark, electric green · cool · closest name: olivedrab
RGB
123, 166, 19
HSL
78°, 80%, 36%
CMYK
26, 0, 89, 35
Luminance
0.3153
Every format
| HEX | #7ba613 |
| RGB | rgb(123, 166, 19) |
| HSL | hsl(78, 80%, 36%) |
| CMYK | cmyk(26%, 0%, 89%, 35%) |
| LAB | lab(63.0 -33.7 62.0) |
| LCH | lch(63.0 70.5 118.5) |
| OKLCH | oklch(0.669 0.166 126.3) |
Copy-ready code
/* CSS */
color: #7ba613;
background-color: #7ba613;
/* Tailwind (arbitrary) */
class="text-[#7ba613] bg-[#7ba613]"
/* SCSS */
$brand: #7ba613;
/* SwiftUI */
Color(red: 0.482, green: 0.651, blue: 0.075)
/* Android */
Color.parseColor("#7ba613")Accessibility — WCAG contrast
Aa
#7ba613 on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ba613 on black: 7.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green65.1%
Blue7.5%
CMYK percentages
Cyan25.9%
Magenta0.0%
Yellow88.6%
Key (black)34.9%
Color previews
#7ba613 text on a black background
contrast 7.31:1
Card sample
#7ba613 text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ba613;
Background color
Panel with #7ba613 background
background-color: #7ba613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ba613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 166, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 166, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ba613; background: linear-gradient(135deg, #7ba613, #19A613);