#49adcf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
73, 173, 207
HSL
195°, 58%, 55%
CMYK
65, 16, 0, 19
Luminance
0.3581
Every format
| HEX | #49adcf |
| RGB | rgb(73, 173, 207) |
| HSL | hsl(195, 58%, 55%) |
| CMYK | cmyk(65%, 16%, 0%, 19%) |
| LAB | lab(66.4 -18.6 -25.9) |
| LCH | lch(66.4 31.9 234.2) |
| OKLCH | oklch(0.703 0.104 223.8) |
Copy-ready code
/* CSS */
color: #49adcf;
background-color: #49adcf;
/* Tailwind (arbitrary) */
class="text-[#49adcf] bg-[#49adcf]"
/* SCSS */
$brand: #49adcf;
/* SwiftUI */
Color(red: 0.286, green: 0.678, blue: 0.812)
/* Android */
Color.parseColor("#49adcf")Accessibility — WCAG contrast
Aa
#49adcf on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#49adcf on black: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green67.8%
Blue81.2%
CMYK percentages
Cyan64.7%
Magenta16.4%
Yellow0.0%
Key (black)18.8%
Color previews
#49adcf text on a black background
contrast 8.16:1
Card sample
#49adcf text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #49adcf;
Background color
Panel with #49adcf background
background-color: #49adcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #49adcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 173, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 173, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #49adcf; background: linear-gradient(135deg, #49adcf, #4954CF);