#7baf61
a balanced, soft green · cool · closest name: olivedrab
RGB
123, 175, 97
HSL
100°, 33%, 53%
CMYK
30, 0, 45, 31
Luminance
0.3573
Every format
| HEX | #7baf61 |
| RGB | rgb(123, 175, 97) |
| HSL | hsl(100, 33%, 53%) |
| CMYK | cmyk(30%, 0%, 45%, 31%) |
| LAB | lab(66.3 -31.7 34.5) |
| LCH | lch(66.3 46.9 132.5) |
| OKLCH | oklch(0.699 0.121 135.9) |
Copy-ready code
/* CSS */
color: #7baf61;
background-color: #7baf61;
/* Tailwind (arbitrary) */
class="text-[#7baf61] bg-[#7baf61]"
/* SCSS */
$brand: #7baf61;
/* SwiftUI */
Color(red: 0.482, green: 0.686, blue: 0.380)
/* Android */
Color.parseColor("#7baf61")Accessibility — WCAG contrast
Aa
#7baf61 on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7baf61 on black: 8.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green68.6%
Blue38.0%
CMYK percentages
Cyan29.7%
Magenta0.0%
Yellow44.6%
Key (black)31.4%
Color previews
#7baf61 text on a black background
contrast 8.15:1
Card sample
#7baf61 text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7baf61;
Background color
Panel with #7baf61 background
background-color: #7baf61;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7baf61;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 175, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 175, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7baf61; background: linear-gradient(135deg, #7baf61, #61AF7B);