#77aa77
a balanced, soft green · cool · closest name: seagreen
RGB
119, 170, 119
HSL
120°, 23%, 57%
CMYK
30, 0, 30, 33
Luminance
0.3400
Every format
| HEX | #77aa77 |
| RGB | rgb(119, 170, 119) |
| HSL | hsl(120, 23%, 57%) |
| CMYK | cmyk(30%, 0%, 30%, 33%) |
| LAB | lab(65.0 -27.3 21.0) |
| LCH | lch(65.0 34.5 142.4) |
| OKLCH | oklch(0.688 0.091 144.5) |
Copy-ready code
/* CSS */
color: #77aa77;
background-color: #77aa77;
/* Tailwind (arbitrary) */
class="text-[#77aa77] bg-[#77aa77]"
/* SCSS */
$brand: #77aa77;
/* SwiftUI */
Color(red: 0.467, green: 0.667, blue: 0.467)
/* Android */
Color.parseColor("#77aa77")Accessibility — WCAG contrast
Aa
#77aa77 on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77aa77 on black: 7.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green66.7%
Blue46.7%
CMYK percentages
Cyan30.0%
Magenta0.0%
Yellow30.0%
Key (black)33.3%
Color previews
#77aa77 text on a black background
contrast 7.80:1
Card sample
#77aa77 text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77aa77;
Background color
Panel with #77aa77 background
background-color: #77aa77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77aa77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 170, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 170, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77aa77; background: linear-gradient(135deg, #77aa77, #77AA99);