#4dfcaf
a balanced, electric green · cool · closest name: aquamarine
RGB
77, 252, 175
HSL
154°, 97%, 65%
CMYK
69, 0, 31, 1
Luminance
0.7429
Every format
| HEX | #4dfcaf |
| RGB | rgb(77, 252, 175) |
| HSL | hsl(154, 97%, 65%) |
| CMYK | cmyk(69%, 0%, 31%, 1%) |
| LAB | lab(89.1 -61.4 24.3) |
| LCH | lch(89.1 66.0 158.4) |
| OKLCH | oklch(0.884 0.178 159.8) |
Copy-ready code
/* CSS */
color: #4dfcaf;
background-color: #4dfcaf;
/* Tailwind (arbitrary) */
class="text-[#4dfcaf] bg-[#4dfcaf]"
/* SCSS */
$brand: #4dfcaf;
/* SwiftUI */
Color(red: 0.302, green: 0.988, blue: 0.686)
/* Android */
Color.parseColor("#4dfcaf")Accessibility — WCAG contrast
Aa
#4dfcaf on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4dfcaf on black: 15.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green98.8%
Blue68.6%
CMYK percentages
Cyan69.4%
Magenta0.0%
Yellow30.6%
Key (black)1.2%
Color previews
#4dfcaf text on a black background
contrast 15.86:1
Card sample
#4dfcaf text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4dfcaf;
Background color
Panel with #4dfcaf background
background-color: #4dfcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4dfcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 252, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 252, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4dfcaf; background: linear-gradient(135deg, #4dfcaf, #4DD4FC);