#4ffdbb
a light, electric green · cool · closest name: aquamarine
RGB
79, 253, 187
HSL
157°, 98%, 65%
CMYK
69, 0, 26, 1
Luminance
0.7550
Every format
| HEX | #4ffdbb |
| RGB | rgb(79, 253, 187) |
| HSL | hsl(157, 98%, 65%) |
| CMYK | cmyk(69%, 0%, 26%, 1%) |
| LAB | lab(89.6 -59.0 19.0) |
| LCH | lch(89.6 62.0 162.2) |
| OKLCH | oklch(0.890 0.169 163.4) |
Copy-ready code
/* CSS */
color: #4ffdbb;
background-color: #4ffdbb;
/* Tailwind (arbitrary) */
class="text-[#4ffdbb] bg-[#4ffdbb]"
/* SCSS */
$brand: #4ffdbb;
/* SwiftUI */
Color(red: 0.310, green: 0.992, blue: 0.733)
/* Android */
Color.parseColor("#4ffdbb")Accessibility — WCAG contrast
Aa
#4ffdbb on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ffdbb on black: 16.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green99.2%
Blue73.3%
CMYK percentages
Cyan68.8%
Magenta0.0%
Yellow26.1%
Key (black)0.8%
Color previews
#4ffdbb text on a black background
contrast 16.10:1
Card sample
#4ffdbb text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ffdbb;
Background color
Panel with #4ffdbb background
background-color: #4ffdbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ffdbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 253, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 253, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ffdbb; background: linear-gradient(135deg, #4ffdbb, #4FCBFD);