#7ba74f
a balanced, soft green · cool · closest name: olivedrab
RGB
123, 167, 79
HSL
90°, 36%, 48%
CMYK
26, 0, 53, 35
Luminance
0.3241
Every format
| HEX | #7ba74f |
| RGB | rgb(123, 167, 79) |
| HSL | hsl(90, 36%, 48%) |
| CMYK | cmyk(26%, 0%, 53%, 35%) |
| LAB | lab(63.7 -30.1 40.4) |
| LCH | lch(63.7 50.4 126.7) |
| OKLCH | oklch(0.677 0.127 131.1) |
Copy-ready code
/* CSS */
color: #7ba74f;
background-color: #7ba74f;
/* Tailwind (arbitrary) */
class="text-[#7ba74f] bg-[#7ba74f]"
/* SCSS */
$brand: #7ba74f;
/* SwiftUI */
Color(red: 0.482, green: 0.655, blue: 0.310)
/* Android */
Color.parseColor("#7ba74f")Accessibility — WCAG contrast
Aa
#7ba74f on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ba74f on black: 7.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green65.5%
Blue31.0%
CMYK percentages
Cyan26.3%
Magenta0.0%
Yellow52.7%
Key (black)34.5%
Color previews
#7ba74f text on a black background
contrast 7.48:1
Card sample
#7ba74f text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ba74f;
Background color
Panel with #7ba74f background
background-color: #7ba74f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ba74f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 167, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 167, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ba74f; background: linear-gradient(135deg, #7ba74f, #4FA75E);