#7ba527
a dark, vivid green · cool · closest name: olivedrab
RGB
123, 165, 39
HSL
80°, 62%, 40%
CMYK
26, 0, 76, 35
Luminance
0.3127
Every format
| HEX | #7ba527 |
| RGB | rgb(123, 165, 39) |
| HSL | hsl(80, 62%, 40%) |
| CMYK | cmyk(26%, 0%, 76%, 35%) |
| LAB | lab(62.7 -32.4 56.4) |
| LCH | lch(62.7 65.1 119.9) |
| OKLCH | oklch(0.668 0.156 126.8) |
Copy-ready code
/* CSS */
color: #7ba527;
background-color: #7ba527;
/* Tailwind (arbitrary) */
class="text-[#7ba527] bg-[#7ba527]"
/* SCSS */
$brand: #7ba527;
/* SwiftUI */
Color(red: 0.482, green: 0.647, blue: 0.153)
/* Android */
Color.parseColor("#7ba527")Accessibility — WCAG contrast
Aa
#7ba527 on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ba527 on black: 7.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green64.7%
Blue15.3%
CMYK percentages
Cyan25.5%
Magenta0.0%
Yellow76.4%
Key (black)35.3%
Color previews
#7ba527 text on a black background
contrast 7.25:1
Card sample
#7ba527 text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ba527;
Background color
Panel with #7ba527 background
background-color: #7ba527;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ba527;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 165, 39, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 165, 39, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ba527; background: linear-gradient(135deg, #7ba527, #27A527);