#49cffc
a balanced, electric cyan · cool · closest name: skyblue
RGB
73, 207, 252
HSL
195°, 97%, 64%
CMYK
71, 18, 0, 1
Luminance
0.5307
Every format
| HEX | #49cffc |
| RGB | rgb(73, 207, 252) |
| HSL | hsl(195, 97%, 64%) |
| CMYK | cmyk(71%, 18%, 0%, 1%) |
| LAB | lab(77.9 -22.1 -32.5) |
| LCH | lch(77.9 39.3 235.8) |
| OKLCH | oklch(0.800 0.130 224.6) |
Copy-ready code
/* CSS */
color: #49cffc;
background-color: #49cffc;
/* Tailwind (arbitrary) */
class="text-[#49cffc] bg-[#49cffc]"
/* SCSS */
$brand: #49cffc;
/* SwiftUI */
Color(red: 0.286, green: 0.812, blue: 0.988)
/* Android */
Color.parseColor("#49cffc")Accessibility — WCAG contrast
Aa
#49cffc on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#49cffc on black: 11.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green81.2%
Blue98.8%
CMYK percentages
Cyan71.0%
Magenta17.9%
Yellow0.0%
Key (black)1.2%
Color previews
#49cffc text on a black background
contrast 11.61:1
Card sample
#49cffc text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #49cffc;
Background color
Panel with #49cffc background
background-color: #49cffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #49cffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 207, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 207, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #49cffc; background: linear-gradient(135deg, #49cffc, #4957FC);