#49eceb
a balanced, electric cyan · cool · closest name: cyan
RGB
73, 236, 235
HSL
180°, 81%, 61%
CMYK
69, 0, 0, 8
Luminance
0.6741
Every format
| HEX | #49eceb |
| RGB | rgb(73, 236, 235) |
| HSL | hsl(180, 81%, 61%) |
| CMYK | cmyk(69%, 0%, 0%, 8%) |
| LAB | lab(85.7 -41.0 -11.7) |
| LCH | lch(85.7 42.6 195.9) |
| OKLCH | oklch(0.861 0.131 194.4) |
Copy-ready code
/* CSS */
color: #49eceb;
background-color: #49eceb;
/* Tailwind (arbitrary) */
class="text-[#49eceb] bg-[#49eceb]"
/* SCSS */
$brand: #49eceb;
/* SwiftUI */
Color(red: 0.286, green: 0.925, blue: 0.922)
/* Android */
Color.parseColor("#49eceb")Accessibility — WCAG contrast
Aa
#49eceb on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#49eceb on black: 14.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green92.5%
Blue92.2%
CMYK percentages
Cyan69.1%
Magenta0.0%
Yellow0.4%
Key (black)7.5%
Color previews
#49eceb text on a black background
contrast 14.48:1
Card sample
#49eceb text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #49eceb;
Background color
Panel with #49eceb background
background-color: #49eceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #49eceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 236, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 236, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #49eceb; background: linear-gradient(135deg, #49eceb, #4980EC);