#4ffcb2
a balanced, electric green · cool · closest name: aquamarine
RGB
79, 252, 178
HSL
154°, 97%, 65%
CMYK
69, 0, 29, 1
Luminance
0.7450
Every format
| HEX | #4ffcb2 |
| RGB | rgb(79, 252, 178) |
| HSL | hsl(154, 97%, 65%) |
| CMYK | cmyk(69%, 0%, 29%, 1%) |
| LAB | lab(89.2 -60.5 22.9) |
| LCH | lch(89.2 64.7 159.2) |
| OKLCH | oklch(0.885 0.175 160.6) |
Copy-ready code
/* CSS */
color: #4ffcb2;
background-color: #4ffcb2;
/* Tailwind (arbitrary) */
class="text-[#4ffcb2] bg-[#4ffcb2]"
/* SCSS */
$brand: #4ffcb2;
/* SwiftUI */
Color(red: 0.310, green: 0.988, blue: 0.698)
/* Android */
Color.parseColor("#4ffcb2")Accessibility — WCAG contrast
Aa
#4ffcb2 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ffcb2 on black: 15.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green98.8%
Blue69.8%
CMYK percentages
Cyan68.7%
Magenta0.0%
Yellow29.4%
Key (black)1.2%
Color previews
#4ffcb2 text on a black background
contrast 15.90:1
Card sample
#4ffcb2 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ffcb2;
Background color
Panel with #4ffcb2 background
background-color: #4ffcb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ffcb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 252, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 252, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ffcb2; background: linear-gradient(135deg, #4ffcb2, #4FD3FC);