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