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