#49cacf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
73, 202, 207
HSL
182°, 58%, 55%
CMYK
65, 2, 0, 19
Luminance
0.4816
Every format
| HEX | #49cacf |
| RGB | rgb(73, 202, 207) |
| HSL | hsl(182, 58%, 55%) |
| CMYK | cmyk(65%, 2%, 0%, 19%) |
| LAB | lab(74.9 -33.1 -12.9) |
| LCH | lch(74.9 35.5 201.3) |
| OKLCH | oklch(0.771 0.111 198.8) |
Copy-ready code
/* CSS */
color: #49cacf;
background-color: #49cacf;
/* Tailwind (arbitrary) */
class="text-[#49cacf] bg-[#49cacf]"
/* SCSS */
$brand: #49cacf;
/* SwiftUI */
Color(red: 0.286, green: 0.792, blue: 0.812)
/* Android */
Color.parseColor("#49cacf")Accessibility — WCAG contrast
Aa
#49cacf on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#49cacf on black: 10.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green79.2%
Blue81.2%
CMYK percentages
Cyan64.7%
Magenta2.4%
Yellow0.0%
Key (black)18.8%
Color previews
#49cacf text on a black background
contrast 10.63:1
Card sample
#49cacf text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #49cacf;
Background color
Panel with #49cacf background
background-color: #49cacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #49cacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 202, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 202, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #49cacf; background: linear-gradient(135deg, #49cacf, #4971CF);