#76fcaf
a light, electric green · cool · closest name: aquamarine
RGB
118, 252, 175
HSL
146°, 96%, 73%
CMYK
53, 0, 31, 1
Luminance
0.7657
Every format
| HEX | #76fcaf |
| RGB | rgb(118, 252, 175) |
| HSL | hsl(146, 96%, 73%) |
| CMYK | cmyk(53%, 0%, 31%, 1%) |
| LAB | lab(90.1 -53.8 25.9) |
| LCH | lch(90.1 59.7 154.2) |
| OKLCH | oklch(0.896 0.161 155.9) |
Copy-ready code
/* CSS */
color: #76fcaf;
background-color: #76fcaf;
/* Tailwind (arbitrary) */
class="text-[#76fcaf] bg-[#76fcaf]"
/* SCSS */
$brand: #76fcaf;
/* SwiftUI */
Color(red: 0.463, green: 0.988, blue: 0.686)
/* Android */
Color.parseColor("#76fcaf")Accessibility — WCAG contrast
Aa
#76fcaf on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76fcaf on black: 16.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green98.8%
Blue68.6%
CMYK percentages
Cyan53.2%
Magenta0.0%
Yellow30.6%
Key (black)1.2%
Color previews
#76fcaf text on a black background
contrast 16.31:1
Card sample
#76fcaf text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76fcaf;
Background color
Panel with #76fcaf background
background-color: #76fcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76fcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 252, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 252, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76fcaf; background: linear-gradient(135deg, #76fcaf, #76F0FC);