#76fbc2
a light, electric green · cool · closest name: aquamarine
RGB
118, 251, 194
HSL
154°, 94%, 72%
CMYK
53, 0, 23, 2
Luminance
0.7674
Every format
| HEX | #76fbc2 |
| RGB | rgb(118, 251, 194) |
| HSL | hsl(154, 94%, 72%) |
| CMYK | cmyk(53%, 0%, 23%, 2%) |
| LAB | lab(90.2 -49.6 16.3) |
| LCH | lch(90.2 52.2 161.8) |
| OKLCH | oklch(0.898 0.143 163.0) |
Copy-ready code
/* CSS */
color: #76fbc2;
background-color: #76fbc2;
/* Tailwind (arbitrary) */
class="text-[#76fbc2] bg-[#76fbc2]"
/* SCSS */
$brand: #76fbc2;
/* SwiftUI */
Color(red: 0.463, green: 0.984, blue: 0.761)
/* Android */
Color.parseColor("#76fbc2")Accessibility — WCAG contrast
Aa
#76fbc2 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76fbc2 on black: 16.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green98.4%
Blue76.1%
CMYK percentages
Cyan53.0%
Magenta0.0%
Yellow22.7%
Key (black)1.6%
Color previews
#76fbc2 text on a black background
contrast 16.35:1
Card sample
#76fbc2 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76fbc2;
Background color
Panel with #76fbc2 background
background-color: #76fbc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76fbc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 251, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 251, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76fbc2; background: linear-gradient(135deg, #76fbc2, #76DBFB);