#49fcdc
a balanced, electric cyan · cool · closest name: aquamarine
RGB
73, 252, 220
HSL
169°, 97%, 64%
CMYK
71, 0, 13, 1
Luminance
0.7620
Every format
| HEX | #49fcdc |
| RGB | rgb(73, 252, 220) |
| HSL | hsl(169, 97%, 64%) |
| CMYK | cmyk(71%, 0%, 13%, 1%) |
| LAB | lab(90.0 -51.8 2.4) |
| LCH | lch(90.0 51.9 177.3) |
| OKLCH | oklch(0.895 0.149 177.9) |
Copy-ready code
/* CSS */
color: #49fcdc;
background-color: #49fcdc;
/* Tailwind (arbitrary) */
class="text-[#49fcdc] bg-[#49fcdc]"
/* SCSS */
$brand: #49fcdc;
/* SwiftUI */
Color(red: 0.286, green: 0.988, blue: 0.863)
/* Android */
Color.parseColor("#49fcdc")Accessibility — WCAG contrast
Aa
#49fcdc on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#49fcdc on black: 16.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green98.8%
Blue86.3%
CMYK percentages
Cyan71.0%
Magenta0.0%
Yellow12.7%
Key (black)1.2%
Color previews
#49fcdc text on a black background
contrast 16.24:1
Card sample
#49fcdc text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #49fcdc;
Background color
Panel with #49fcdc background
background-color: #49fcdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #49fcdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 252, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 252, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #49fcdc; background: linear-gradient(135deg, #49fcdc, #49A5FC);