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