#49cfd8
a balanced, vivid cyan · cool · closest name: turquoise
RGB
73, 207, 216
HSL
184°, 65%, 57%
CMYK
66, 4, 0, 15
Luminance
0.5100
Every format
| HEX | #49cfd8 |
| RGB | rgb(73, 207, 216) |
| HSL | hsl(184, 65%, 57%) |
| CMYK | cmyk(66%, 4%, 0%, 15%) |
| LAB | lab(76.7 -32.9 -15.1) |
| LCH | lch(76.7 36.2 204.7) |
| OKLCH | oklch(0.786 0.114 201.5) |
Copy-ready code
/* CSS */
color: #49cfd8;
background-color: #49cfd8;
/* Tailwind (arbitrary) */
class="text-[#49cfd8] bg-[#49cfd8]"
/* SCSS */
$brand: #49cfd8;
/* SwiftUI */
Color(red: 0.286, green: 0.812, blue: 0.847)
/* Android */
Color.parseColor("#49cfd8")Accessibility — WCAG contrast
Aa
#49cfd8 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#49cfd8 on black: 11.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green81.2%
Blue84.7%
CMYK percentages
Cyan66.2%
Magenta4.2%
Yellow0.0%
Key (black)15.3%
Color previews
#49cfd8 text on a black background
contrast 11.20:1
Card sample
#49cfd8 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #49cfd8;
Background color
Panel with #49cfd8 background
background-color: #49cfd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #49cfd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 207, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 207, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #49cfd8; background: linear-gradient(135deg, #49cfd8, #4970D8);