#77feaf
a light, electric green · cool · closest name: aquamarine
RGB
119, 254, 175
HSL
145°, 99%, 73%
CMYK
53, 0, 31, 0
Luminance
0.7790
Every format
| HEX | #77feaf |
| RGB | rgb(119, 254, 175) |
| HSL | hsl(145, 99%, 73%) |
| CMYK | cmyk(53%, 0%, 31%, 0%) |
| LAB | lab(90.7 -54.3 26.8) |
| LCH | lch(90.7 60.6 153.8) |
| OKLCH | oklch(0.901 0.163 155.4) |
Copy-ready code
/* CSS */
color: #77feaf;
background-color: #77feaf;
/* Tailwind (arbitrary) */
class="text-[#77feaf] bg-[#77feaf]"
/* SCSS */
$brand: #77feaf;
/* SwiftUI */
Color(red: 0.467, green: 0.996, blue: 0.686)
/* Android */
Color.parseColor("#77feaf")Accessibility — WCAG contrast
Aa
#77feaf on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77feaf on black: 16.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green99.6%
Blue68.6%
CMYK percentages
Cyan53.1%
Magenta0.0%
Yellow31.1%
Key (black)0.4%
Color previews
#77feaf text on a black background
contrast 16.58:1
Card sample
#77feaf text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77feaf;
Background color
Panel with #77feaf background
background-color: #77feaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77feaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 254, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 254, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77feaf; background: linear-gradient(135deg, #77feaf, #77F3FE);