#7ab248
a balanced, soft green · cool · closest name: olivedrab
RGB
122, 178, 72
HSL
92°, 42%, 49%
CMYK
32, 0, 60, 30
Luminance
0.3645
Every format
| HEX | #7ab248 |
| RGB | rgb(122, 178, 72) |
| HSL | hsl(92, 42%, 49%) |
| CMYK | cmyk(32%, 0%, 60%, 30%) |
| LAB | lab(66.9 -36.3 47.4) |
| LCH | lch(66.9 59.7 127.4) |
| OKLCH | oklch(0.702 0.150 132.5) |
Copy-ready code
/* CSS */
color: #7ab248;
background-color: #7ab248;
/* Tailwind (arbitrary) */
class="text-[#7ab248] bg-[#7ab248]"
/* SCSS */
$brand: #7ab248;
/* SwiftUI */
Color(red: 0.478, green: 0.698, blue: 0.282)
/* Android */
Color.parseColor("#7ab248")Accessibility — WCAG contrast
Aa
#7ab248 on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ab248 on black: 8.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green69.8%
Blue28.2%
CMYK percentages
Cyan31.5%
Magenta0.0%
Yellow59.6%
Key (black)30.2%
Color previews
#7ab248 text on a black background
contrast 8.29:1
Card sample
#7ab248 text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ab248;
Background color
Panel with #7ab248 background
background-color: #7ab248;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ab248;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 178, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 178, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ab248; background: linear-gradient(135deg, #7ab248, #48B25D);