#7bba2d
a balanced, vivid green · cool · closest name: olivedrab
RGB
123, 186, 45
HSL
87°, 61%, 45%
CMYK
34, 0, 76, 27
Luminance
0.3952
Every format
| HEX | #7bba2d |
| RGB | rgb(123, 186, 45) |
| HSL | hsl(87, 61%, 45%) |
| CMYK | cmyk(34%, 0%, 76%, 27%) |
| LAB | lab(69.1 -41.5 60.5) |
| LCH | lch(69.1 73.4 124.4) |
| OKLCH | oklch(0.720 0.179 131.2) |
Copy-ready code
/* CSS */
color: #7bba2d;
background-color: #7bba2d;
/* Tailwind (arbitrary) */
class="text-[#7bba2d] bg-[#7bba2d]"
/* SCSS */
$brand: #7bba2d;
/* SwiftUI */
Color(red: 0.482, green: 0.729, blue: 0.176)
/* Android */
Color.parseColor("#7bba2d")Accessibility — WCAG contrast
Aa
#7bba2d on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bba2d on black: 8.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green72.9%
Blue17.6%
CMYK percentages
Cyan33.9%
Magenta0.0%
Yellow75.8%
Key (black)27.1%
Color previews
#7bba2d text on a black background
contrast 8.90:1
Card sample
#7bba2d text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bba2d;
Background color
Panel with #7bba2d background
background-color: #7bba2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bba2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 186, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 186, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bba2d; background: linear-gradient(135deg, #7bba2d, #2DBA3D);