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