#7ab430
a dark, vivid green · cool · closest name: olivedrab
RGB
122, 180, 48
HSL
86°, 58%, 45%
CMYK
32, 0, 73, 29
Luminance
0.3699
Every format
| HEX | #7ab430 |
| RGB | rgb(122, 180, 48) |
| HSL | hsl(86, 58%, 45%) |
| CMYK | cmyk(32%, 0%, 73%, 29%) |
| LAB | lab(67.3 -39.1 57.7) |
| LCH | lch(67.3 69.7 124.1) |
| OKLCH | oklch(0.705 0.170 130.6) |
Copy-ready code
/* CSS */
color: #7ab430;
background-color: #7ab430;
/* Tailwind (arbitrary) */
class="text-[#7ab430] bg-[#7ab430]"
/* SCSS */
$brand: #7ab430;
/* SwiftUI */
Color(red: 0.478, green: 0.706, blue: 0.188)
/* Android */
Color.parseColor("#7ab430")Accessibility — WCAG contrast
Aa
#7ab430 on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ab430 on black: 8.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green70.6%
Blue18.8%
CMYK percentages
Cyan32.2%
Magenta0.0%
Yellow73.3%
Key (black)29.4%
Color previews
#7ab430 text on a black background
contrast 8.40:1
Card sample
#7ab430 text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ab430;
Background color
Panel with #7ab430 background
background-color: #7ab430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ab430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 180, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 180, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ab430; background: linear-gradient(135deg, #7ab430, #30B43E);