#49bfdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
73, 191, 223
HSL
193°, 70%, 58%
CMYK
67, 14, 0, 13
Luminance
0.4401
Every format
| HEX | #49bfdf |
| RGB | rgb(73, 191, 223) |
| HSL | hsl(193, 70%, 58%) |
| CMYK | cmyk(67%, 14%, 0%, 13%) |
| LAB | lab(72.2 -23.0 -25.6) |
| LCH | lch(72.2 34.4 228.2) |
| OKLCH | oklch(0.751 0.113 219.3) |
Copy-ready code
/* CSS */
color: #49bfdf;
background-color: #49bfdf;
/* Tailwind (arbitrary) */
class="text-[#49bfdf] bg-[#49bfdf]"
/* SCSS */
$brand: #49bfdf;
/* SwiftUI */
Color(red: 0.286, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#49bfdf")Accessibility — WCAG contrast
Aa
#49bfdf on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#49bfdf on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green74.9%
Blue87.5%
CMYK percentages
Cyan67.3%
Magenta14.3%
Yellow0.0%
Key (black)12.5%
Color previews
#49bfdf text on a black background
contrast 9.80:1
Card sample
#49bfdf text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #49bfdf;
Background color
Panel with #49bfdf background
background-color: #49bfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #49bfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #49bfdf; background: linear-gradient(135deg, #49bfdf, #495BDF);