#49c2cc
a balanced, vivid cyan · cool · closest name: skyblue
RGB
73, 194, 204
HSL
185°, 56%, 54%
CMYK
64, 5, 0, 20
Luminance
0.4436
Every format
| HEX | #49c2cc |
| RGB | rgb(73, 194, 204) |
| HSL | hsl(185, 56%, 54%) |
| CMYK | cmyk(64%, 5%, 0%, 20%) |
| LAB | lab(72.5 -30.1 -15.0) |
| LCH | lch(72.5 33.6 206.4) |
| OKLCH | oklch(0.751 0.106 202.9) |
Copy-ready code
/* CSS */
color: #49c2cc;
background-color: #49c2cc;
/* Tailwind (arbitrary) */
class="text-[#49c2cc] bg-[#49c2cc]"
/* SCSS */
$brand: #49c2cc;
/* SwiftUI */
Color(red: 0.286, green: 0.761, blue: 0.800)
/* Android */
Color.parseColor("#49c2cc")Accessibility — WCAG contrast
Aa
#49c2cc on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#49c2cc on black: 9.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green76.1%
Blue80.0%
CMYK percentages
Cyan64.2%
Magenta4.9%
Yellow0.0%
Key (black)20.0%
Color previews
#49c2cc text on a black background
contrast 9.87:1
Card sample
#49c2cc text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #49c2cc;
Background color
Panel with #49c2cc background
background-color: #49c2cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #49c2cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 194, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 194, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #49c2cc; background: linear-gradient(135deg, #49c2cc, #496BCC);