#49bace
a balanced, vivid cyan · cool · closest name: skyblue
RGB
73, 186, 206
HSL
189°, 58%, 55%
CMYK
65, 10, 0, 19
Luminance
0.4099
Every format
| HEX | #49bace |
| RGB | rgb(73, 186, 206) |
| HSL | hsl(189, 58%, 55%) |
| CMYK | cmyk(65%, 10%, 0%, 19%) |
| LAB | lab(70.2 -25.6 -19.5) |
| LCH | lch(70.2 32.2 217.3) |
| OKLCH | oklch(0.733 0.104 211.3) |
Copy-ready code
/* CSS */
color: #49bace;
background-color: #49bace;
/* Tailwind (arbitrary) */
class="text-[#49bace] bg-[#49bace]"
/* SCSS */
$brand: #49bace;
/* SwiftUI */
Color(red: 0.286, green: 0.729, blue: 0.808)
/* Android */
Color.parseColor("#49bace")Accessibility — WCAG contrast
Aa
#49bace on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#49bace on black: 9.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green72.9%
Blue80.8%
CMYK percentages
Cyan64.6%
Magenta9.7%
Yellow0.0%
Key (black)19.2%
Color previews
#49bace text on a black background
contrast 9.20:1
Card sample
#49bace text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #49bace;
Background color
Panel with #49bace background
background-color: #49bace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #49bace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 186, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 186, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #49bace; background: linear-gradient(135deg, #49bace, #4961CE);