#49facf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
73, 250, 207
HSL
165°, 95%, 63%
CMYK
71, 0, 17, 2
Luminance
0.7429
Every format
| HEX | #49facf |
| RGB | rgb(73, 250, 207) |
| HSL | hsl(165, 95%, 63%) |
| CMYK | cmyk(71%, 0%, 17%, 2%) |
| LAB | lab(89.1 -54.1 7.8) |
| LCH | lch(89.1 54.7 171.7) |
| OKLCH | oklch(0.886 0.154 172.6) |
Copy-ready code
/* CSS */
color: #49facf;
background-color: #49facf;
/* Tailwind (arbitrary) */
class="text-[#49facf] bg-[#49facf]"
/* SCSS */
$brand: #49facf;
/* SwiftUI */
Color(red: 0.286, green: 0.980, blue: 0.812)
/* Android */
Color.parseColor("#49facf")Accessibility — WCAG contrast
Aa
#49facf on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#49facf on black: 15.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green98.0%
Blue81.2%
CMYK percentages
Cyan70.8%
Magenta0.0%
Yellow17.2%
Key (black)2.0%
Color previews
#49facf text on a black background
contrast 15.86:1
Card sample
#49facf text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #49facf;
Background color
Panel with #49facf background
background-color: #49facf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #49facf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 250, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 250, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #49facf; background: linear-gradient(135deg, #49facf, #49AFFA);