#49c4f5
a balanced, electric cyan · cool · closest name: skyblue
RGB
73, 196, 245
HSL
197°, 90%, 62%
CMYK
70, 20, 0, 4
Luminance
0.4749
Every format
| HEX | #49c4f5 |
| RGB | rgb(73, 196, 245) |
| HSL | hsl(197, 90%, 62%) |
| CMYK | cmyk(70%, 20%, 0%, 4%) |
| LAB | lab(74.5 -18.6 -34.0) |
| LCH | lch(74.5 38.8 241.3) |
| OKLCH | oklch(0.772 0.127 228.5) |
Copy-ready code
/* CSS */
color: #49c4f5;
background-color: #49c4f5;
/* Tailwind (arbitrary) */
class="text-[#49c4f5] bg-[#49c4f5]"
/* SCSS */
$brand: #49c4f5;
/* SwiftUI */
Color(red: 0.286, green: 0.769, blue: 0.961)
/* Android */
Color.parseColor("#49c4f5")Accessibility — WCAG contrast
Aa
#49c4f5 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#49c4f5 on black: 10.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green76.9%
Blue96.1%
CMYK percentages
Cyan70.2%
Magenta20.0%
Yellow0.0%
Key (black)3.9%
Color previews
#49c4f5 text on a black background
contrast 10.50:1
Card sample
#49c4f5 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #49c4f5;
Background color
Panel with #49c4f5 background
background-color: #49c4f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #49c4f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 196, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 196, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #49c4f5; background: linear-gradient(135deg, #49c4f5, #4952F5);