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