#7bbc2f
a balanced, vivid green · cool · closest name: olivedrab
RGB
123, 188, 47
HSL
88°, 60%, 46%
CMYK
35, 0, 75, 26
Luminance
0.4038
Every format
| HEX | #7bbc2f |
| RGB | rgb(123, 188, 47) |
| HSL | hsl(88, 60%, 46%) |
| CMYK | cmyk(35%, 0%, 75%, 26%) |
| LAB | lab(69.7 -42.3 60.5) |
| LCH | lch(69.7 73.8 124.9) |
| OKLCH | oklch(0.725 0.180 131.6) |
Copy-ready code
/* CSS */
color: #7bbc2f;
background-color: #7bbc2f;
/* Tailwind (arbitrary) */
class="text-[#7bbc2f] bg-[#7bbc2f]"
/* SCSS */
$brand: #7bbc2f;
/* SwiftUI */
Color(red: 0.482, green: 0.737, blue: 0.184)
/* Android */
Color.parseColor("#7bbc2f")Accessibility — WCAG contrast
Aa
#7bbc2f on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bbc2f on black: 9.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green73.7%
Blue18.4%
CMYK percentages
Cyan34.6%
Magenta0.0%
Yellow75.0%
Key (black)26.3%
Color previews
#7bbc2f text on a black background
contrast 9.08:1
Card sample
#7bbc2f text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bbc2f;
Background color
Panel with #7bbc2f background
background-color: #7bbc2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bbc2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 188, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 188, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bbc2f; background: linear-gradient(135deg, #7bbc2f, #2FBC41);