#7f9944
a dark, soft green · cool · closest name: olivedrab
RGB
127, 153, 68
HSL
78°, 39%, 43%
CMYK
17, 0, 56, 40
Luminance
0.2771
Every format
| HEX | #7f9944 |
| RGB | rgb(127, 153, 68) |
| HSL | hsl(78, 39%, 43%) |
| CMYK | cmyk(17%, 0%, 56%, 40%) |
| LAB | lab(59.6 -22.8 41.1) |
| LCH | lch(59.6 47.0 119.0) |
| OKLCH | oklch(0.644 0.116 123.8) |
Copy-ready code
/* CSS */
color: #7f9944;
background-color: #7f9944;
/* Tailwind (arbitrary) */
class="text-[#7f9944] bg-[#7f9944]"
/* SCSS */
$brand: #7f9944;
/* SwiftUI */
Color(red: 0.498, green: 0.600, blue: 0.267)
/* Android */
Color.parseColor("#7f9944")Accessibility — WCAG contrast
Aa
#7f9944 on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7f9944 on black: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green60.0%
Blue26.7%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow55.6%
Key (black)40.0%
Color previews
#7f9944 text on a black background
contrast 6.54:1
Card sample
#7f9944 text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f9944;
Background color
Panel with #7f9944 background
background-color: #7f9944;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f9944;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 153, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 153, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f9944; background: linear-gradient(135deg, #7f9944, #469944);