#49fceb
a balanced, electric cyan · cool · closest name: cyan
RGB
73, 252, 235
HSL
174°, 97%, 64%
CMYK
71, 0, 7, 1
Luminance
0.7704
Every format
| HEX | #49fceb |
| RGB | rgb(73, 252, 235) |
| HSL | hsl(174, 97%, 64%) |
| CMYK | cmyk(71%, 0%, 7%, 1%) |
| LAB | lab(90.3 -48.0 -4.8) |
| LCH | lch(90.3 48.2 185.7) |
| OKLCH | oklch(0.899 0.143 185.6) |
Copy-ready code
/* CSS */
color: #49fceb;
background-color: #49fceb;
/* Tailwind (arbitrary) */
class="text-[#49fceb] bg-[#49fceb]"
/* SCSS */
$brand: #49fceb;
/* SwiftUI */
Color(red: 0.286, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#49fceb")Accessibility — WCAG contrast
Aa
#49fceb on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#49fceb on black: 16.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green98.8%
Blue92.2%
CMYK percentages
Cyan71.0%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#49fceb text on a black background
contrast 16.41:1
Card sample
#49fceb text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #49fceb;
Background color
Panel with #49fceb background
background-color: #49fceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #49fceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #49fceb; background: linear-gradient(135deg, #49fceb, #4996FC);