#49fcba
a balanced, electric green · cool · closest name: aquamarine
RGB
73, 252, 186
HSL
158°, 97%, 64%
CMYK
71, 0, 26, 1
Luminance
0.7458
Every format
| HEX | #49fcba |
| RGB | rgb(73, 252, 186) |
| HSL | hsl(158, 97%, 64%) |
| CMYK | cmyk(71%, 0%, 26%, 1%) |
| LAB | lab(89.2 -59.7 18.9) |
| LCH | lch(89.2 62.6 162.4) |
| OKLCH | oklch(0.886 0.171 163.6) |
Copy-ready code
/* CSS */
color: #49fcba;
background-color: #49fcba;
/* Tailwind (arbitrary) */
class="text-[#49fcba] bg-[#49fcba]"
/* SCSS */
$brand: #49fcba;
/* SwiftUI */
Color(red: 0.286, green: 0.988, blue: 0.729)
/* Android */
Color.parseColor("#49fcba")Accessibility — WCAG contrast
Aa
#49fcba on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#49fcba on black: 15.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green98.8%
Blue72.9%
CMYK percentages
Cyan71.0%
Magenta0.0%
Yellow26.2%
Key (black)1.2%
Color previews
#49fcba text on a black background
contrast 15.92:1
Card sample
#49fcba text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #49fcba;
Background color
Panel with #49fcba background
background-color: #49fcba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #49fcba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 252, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 252, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #49fcba; background: linear-gradient(135deg, #49fcba, #49C7FC);