#49ffdf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
73, 255, 223
HSL
170°, 100%, 64%
CMYK
71, 0, 13, 0
Luminance
0.7826
Every format
| HEX | #49ffdf |
| RGB | rgb(73, 255, 223) |
| HSL | hsl(170, 100%, 64%) |
| CMYK | cmyk(71%, 0%, 13%, 0%) |
| LAB | lab(90.9 -52.3 2.2) |
| LCH | lch(90.9 52.4 177.6) |
| OKLCH | oklch(0.903 0.150 178.1) |
Copy-ready code
/* CSS */
color: #49ffdf;
background-color: #49ffdf;
/* Tailwind (arbitrary) */
class="text-[#49ffdf] bg-[#49ffdf]"
/* SCSS */
$brand: #49ffdf;
/* SwiftUI */
Color(red: 0.286, green: 1.000, blue: 0.875)
/* Android */
Color.parseColor("#49ffdf")Accessibility — WCAG contrast
Aa
#49ffdf on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#49ffdf on black: 16.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green100.0%
Blue87.5%
CMYK percentages
Cyan71.4%
Magenta0.0%
Yellow12.5%
Key (black)0.0%
Color previews
#49ffdf text on a black background
contrast 16.65:1
Card sample
#49ffdf text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #49ffdf;
Background color
Panel with #49ffdf background
background-color: #49ffdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #49ffdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 255, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 255, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #49ffdf; background: linear-gradient(135deg, #49ffdf, #49A5FF);