#7ba539
a dark, vivid green · cool · closest name: olivedrab
RGB
123, 165, 57
HSL
83°, 49%, 44%
CMYK
26, 0, 66, 35
Luminance
0.3142
Every format
| HEX | #7ba539 |
| RGB | rgb(123, 165, 57) |
| HSL | hsl(83, 49%, 44%) |
| CMYK | cmyk(26%, 0%, 66%, 35%) |
| LAB | lab(62.9 -31.2 49.6) |
| LCH | lch(62.9 58.6 122.2) |
| OKLCH | oklch(0.669 0.144 128.0) |
Copy-ready code
/* CSS */
color: #7ba539;
background-color: #7ba539;
/* Tailwind (arbitrary) */
class="text-[#7ba539] bg-[#7ba539]"
/* SCSS */
$brand: #7ba539;
/* SwiftUI */
Color(red: 0.482, green: 0.647, blue: 0.224)
/* Android */
Color.parseColor("#7ba539")Accessibility — WCAG contrast
Aa
#7ba539 on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ba539 on black: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green64.7%
Blue22.4%
CMYK percentages
Cyan25.5%
Magenta0.0%
Yellow65.5%
Key (black)35.3%
Color previews
#7ba539 text on a black background
contrast 7.28:1
Card sample
#7ba539 text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ba539;
Background color
Panel with #7ba539 background
background-color: #7ba539;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ba539;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 165, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 165, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ba539; background: linear-gradient(135deg, #7ba539, #39A53F);