#49cfda
a balanced, vivid cyan · cool · closest name: turquoise
RGB
73, 207, 218
HSL
185°, 66%, 57%
CMYK
67, 5, 0, 15
Luminance
0.5110
Every format
| HEX | #49cfda |
| RGB | rgb(73, 207, 218) |
| HSL | hsl(185, 66%, 57%) |
| CMYK | cmyk(67%, 5%, 0%, 15%) |
| LAB | lab(76.7 -32.3 -16.1) |
| LCH | lch(76.7 36.1 206.5) |
| OKLCH | oklch(0.787 0.115 202.9) |
Copy-ready code
/* CSS */
color: #49cfda;
background-color: #49cfda;
/* Tailwind (arbitrary) */
class="text-[#49cfda] bg-[#49cfda]"
/* SCSS */
$brand: #49cfda;
/* SwiftUI */
Color(red: 0.286, green: 0.812, blue: 0.855)
/* Android */
Color.parseColor("#49cfda")Accessibility — WCAG contrast
Aa
#49cfda on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#49cfda on black: 11.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green81.2%
Blue85.5%
CMYK percentages
Cyan66.5%
Magenta5.0%
Yellow0.0%
Key (black)14.5%
Color previews
#49cfda text on a black background
contrast 11.22:1
Card sample
#49cfda text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #49cfda;
Background color
Panel with #49cfda background
background-color: #49cfda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #49cfda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 207, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 207, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #49cfda; background: linear-gradient(135deg, #49cfda, #496EDA);