#79ae51
a balanced, soft green · cool · closest name: olivedrab
RGB
121, 174, 81
HSL
94°, 37%, 50%
CMYK
31, 0, 53, 32
Luminance
0.3493
Every format
| HEX | #79ae51 |
| RGB | rgb(121, 174, 81) |
| HSL | hsl(94, 37%, 50%) |
| CMYK | cmyk(31%, 0%, 53%, 32%) |
| LAB | lab(65.7 -33.9 41.8) |
| LCH | lch(65.7 53.8 129.1) |
| OKLCH | oklch(0.693 0.137 133.4) |
Copy-ready code
/* CSS */
color: #79ae51;
background-color: #79ae51;
/* Tailwind (arbitrary) */
class="text-[#79ae51] bg-[#79ae51]"
/* SCSS */
$brand: #79ae51;
/* SwiftUI */
Color(red: 0.475, green: 0.682, blue: 0.318)
/* Android */
Color.parseColor("#79ae51")Accessibility — WCAG contrast
Aa
#79ae51 on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#79ae51 on black: 7.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green68.2%
Blue31.8%
CMYK percentages
Cyan30.5%
Magenta0.0%
Yellow53.4%
Key (black)31.8%
Color previews
#79ae51 text on a black background
contrast 7.99:1
Card sample
#79ae51 text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79ae51;
Background color
Panel with #79ae51 background
background-color: #79ae51;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79ae51;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 174, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 174, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79ae51; background: linear-gradient(135deg, #79ae51, #51AE67);