#7fa430
a dark, vivid green · cool · closest name: olivedrab
RGB
127, 164, 48
HSL
79°, 55%, 42%
CMYK
23, 0, 71, 36
Luminance
0.3128
Every format
| HEX | #7fa430 |
| RGB | rgb(127, 164, 48) |
| HSL | hsl(79, 55%, 42%) |
| CMYK | cmyk(23%, 0%, 71%, 36%) |
| LAB | lab(62.7 -29.8 53.3) |
| LCH | lch(62.7 61.0 119.2) |
| OKLCH | oklch(0.669 0.147 125.6) |
Copy-ready code
/* CSS */
color: #7fa430;
background-color: #7fa430;
/* Tailwind (arbitrary) */
class="text-[#7fa430] bg-[#7fa430]"
/* SCSS */
$brand: #7fa430;
/* SwiftUI */
Color(red: 0.498, green: 0.643, blue: 0.188)
/* Android */
Color.parseColor("#7fa430")Accessibility — WCAG contrast
Aa
#7fa430 on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fa430 on black: 7.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green64.3%
Blue18.8%
CMYK percentages
Cyan22.6%
Magenta0.0%
Yellow70.7%
Key (black)35.7%
Color previews
#7fa430 text on a black background
contrast 7.26:1
Card sample
#7fa430 text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fa430;
Background color
Panel with #7fa430 background
background-color: #7fa430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fa430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 164, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 164, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fa430; background: linear-gradient(135deg, #7fa430, #32A430);