#4ffdc2
a light, electric green · cool · closest name: aquamarine
RGB
79, 253, 194
HSL
160°, 98%, 65%
CMYK
69, 0, 23, 1
Luminance
0.7581
Every format
| HEX | #4ffdc2 |
| RGB | rgb(79, 253, 194) |
| HSL | hsl(160, 98%, 65%) |
| CMYK | cmyk(69%, 0%, 23%, 1%) |
| LAB | lab(89.8 -57.5 15.6) |
| LCH | lch(89.8 59.6 164.8) |
| OKLCH | oklch(0.892 0.164 165.9) |
Copy-ready code
/* CSS */
color: #4ffdc2;
background-color: #4ffdc2;
/* Tailwind (arbitrary) */
class="text-[#4ffdc2] bg-[#4ffdc2]"
/* SCSS */
$brand: #4ffdc2;
/* SwiftUI */
Color(red: 0.310, green: 0.992, blue: 0.761)
/* Android */
Color.parseColor("#4ffdc2")Accessibility — WCAG contrast
Aa
#4ffdc2 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ffdc2 on black: 16.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green99.2%
Blue76.1%
CMYK percentages
Cyan68.8%
Magenta0.0%
Yellow23.3%
Key (black)0.8%
Color previews
#4ffdc2 text on a black background
contrast 16.16:1
Card sample
#4ffdc2 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ffdc2;
Background color
Panel with #4ffdc2 background
background-color: #4ffdc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ffdc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 253, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 253, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ffdc2; background: linear-gradient(135deg, #4ffdc2, #4FC4FD);