#49cbd8
a balanced, vivid cyan · cool · closest name: skyblue
RGB
73, 203, 216
HSL
186°, 65%, 57%
CMYK
66, 6, 0, 15
Luminance
0.4909
Every format
| HEX | #49cbd8 |
| RGB | rgb(73, 203, 216) |
| HSL | hsl(186, 65%, 57%) |
| CMYK | cmyk(66%, 6%, 0%, 15%) |
| LAB | lab(75.5 -31.0 -16.9) |
| LCH | lch(75.5 35.3 208.6) |
| OKLCH | oklch(0.777 0.113 204.6) |
Copy-ready code
/* CSS */
color: #49cbd8;
background-color: #49cbd8;
/* Tailwind (arbitrary) */
class="text-[#49cbd8] bg-[#49cbd8]"
/* SCSS */
$brand: #49cbd8;
/* SwiftUI */
Color(red: 0.286, green: 0.796, blue: 0.847)
/* Android */
Color.parseColor("#49cbd8")Accessibility — WCAG contrast
Aa
#49cbd8 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#49cbd8 on black: 10.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green79.6%
Blue84.7%
CMYK percentages
Cyan66.2%
Magenta6.0%
Yellow0.0%
Key (black)15.3%
Color previews
#49cbd8 text on a black background
contrast 10.82:1
Card sample
#49cbd8 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #49cbd8;
Background color
Panel with #49cbd8 background
background-color: #49cbd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #49cbd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 203, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 203, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #49cbd8; background: linear-gradient(135deg, #49cbd8, #496CD8);