#7ba77b
a balanced, soft green · cool · closest name: seagreen
RGB
123, 167, 123
HSL
120°, 20%, 57%
CMYK
26, 0, 26, 35
Luminance
0.3328
Every format
| HEX | #7ba77b |
| RGB | rgb(123, 167, 123) |
| HSL | hsl(120, 20%, 57%) |
| CMYK | cmyk(26%, 0%, 26%, 35%) |
| LAB | lab(64.4 -23.8 18.1) |
| LCH | lch(64.4 29.9 142.7) |
| OKLCH | oklch(0.684 0.080 144.6) |
Copy-ready code
/* CSS */
color: #7ba77b;
background-color: #7ba77b;
/* Tailwind (arbitrary) */
class="text-[#7ba77b] bg-[#7ba77b]"
/* SCSS */
$brand: #7ba77b;
/* SwiftUI */
Color(red: 0.482, green: 0.655, blue: 0.482)
/* Android */
Color.parseColor("#7ba77b")Accessibility — WCAG contrast
Aa
#7ba77b on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ba77b on black: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green65.5%
Blue48.2%
CMYK percentages
Cyan26.3%
Magenta0.0%
Yellow26.3%
Key (black)34.5%
Color previews
#7ba77b text on a black background
contrast 7.66:1
Card sample
#7ba77b text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ba77b;
Background color
Panel with #7ba77b background
background-color: #7ba77b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ba77b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 167, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 167, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ba77b; background: linear-gradient(135deg, #7ba77b, #7BA798);