#4ffdb2
a light, electric green · cool · closest name: aquamarine
RGB
79, 253, 178
HSL
154°, 98%, 65%
CMYK
69, 0, 30, 1
Luminance
0.7513
Every format
| HEX | #4ffdb2 |
| RGB | rgb(79, 253, 178) |
| HSL | hsl(154, 98%, 65%) |
| CMYK | cmyk(69%, 0%, 30%, 1%) |
| LAB | lab(89.5 -60.9 23.3) |
| LCH | lch(89.5 65.2 159.0) |
| OKLCH | oklch(0.888 0.176 160.4) |
Copy-ready code
/* CSS */
color: #4ffdb2;
background-color: #4ffdb2;
/* Tailwind (arbitrary) */
class="text-[#4ffdb2] bg-[#4ffdb2]"
/* SCSS */
$brand: #4ffdb2;
/* SwiftUI */
Color(red: 0.310, green: 0.992, blue: 0.698)
/* Android */
Color.parseColor("#4ffdb2")Accessibility — WCAG contrast
Aa
#4ffdb2 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ffdb2 on black: 16.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green99.2%
Blue69.8%
CMYK percentages
Cyan68.8%
Magenta0.0%
Yellow29.6%
Key (black)0.8%
Color previews
#4ffdb2 text on a black background
contrast 16.03:1
Card sample
#4ffdb2 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ffdb2;
Background color
Panel with #4ffdb2 background
background-color: #4ffdb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ffdb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 253, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 253, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ffdb2; background: linear-gradient(135deg, #4ffdb2, #4FD4FD);