#7bac00
a dark, electric green · cool · closest name: olivedrab
RGB
123, 172, 0
HSL
77°, 100%, 34%
CMYK
29, 0, 100, 33
Luminance
0.3372
Every format
| HEX | #7bac00 |
| RGB | rgb(123, 172, 0) |
| HSL | hsl(77, 100%, 34%) |
| CMYK | cmyk(29%, 0%, 100%, 33%) |
| LAB | lab(64.7 -36.8 66.2) |
| LCH | lch(64.7 75.7 119.1) |
| OKLCH | oklch(0.684 0.177 127.3) |
Copy-ready code
/* CSS */
color: #7bac00;
background-color: #7bac00;
/* Tailwind (arbitrary) */
class="text-[#7bac00] bg-[#7bac00]"
/* SCSS */
$brand: #7bac00;
/* SwiftUI */
Color(red: 0.482, green: 0.675, blue: 0.000)
/* Android */
Color.parseColor("#7bac00")Accessibility — WCAG contrast
Aa
#7bac00 on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bac00 on black: 7.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green67.5%
Blue0.0%
CMYK percentages
Cyan28.5%
Magenta0.0%
Yellow100.0%
Key (black)32.5%
Color previews
#7bac00 text on a black background
contrast 7.74:1
Card sample
#7bac00 text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bac00;
Background color
Panel with #7bac00 background
background-color: #7bac00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bac00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 172, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 172, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bac00; background: linear-gradient(135deg, #7bac00, #08AC00);