#49fccc
a balanced, electric cyan · cool · closest name: aquamarine
RGB
73, 252, 204
HSL
164°, 97%, 64%
CMYK
71, 0, 19, 1
Luminance
0.7540
Every format
| HEX | #49fccc |
| RGB | rgb(73, 252, 204) |
| HSL | hsl(164, 97%, 64%) |
| CMYK | cmyk(71%, 0%, 19%, 1%) |
| LAB | lab(89.6 -55.6 10.2) |
| LCH | lch(89.6 56.6 169.7) |
| OKLCH | oklch(0.890 0.158 170.6) |
Copy-ready code
/* CSS */
color: #49fccc;
background-color: #49fccc;
/* Tailwind (arbitrary) */
class="text-[#49fccc] bg-[#49fccc]"
/* SCSS */
$brand: #49fccc;
/* SwiftUI */
Color(red: 0.286, green: 0.988, blue: 0.800)
/* Android */
Color.parseColor("#49fccc")Accessibility — WCAG contrast
Aa
#49fccc on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#49fccc on black: 16.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green98.8%
Blue80.0%
CMYK percentages
Cyan71.0%
Magenta0.0%
Yellow19.0%
Key (black)1.2%
Color previews
#49fccc text on a black background
contrast 16.08:1
Card sample
#49fccc text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #49fccc;
Background color
Panel with #49fccc background
background-color: #49fccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #49fccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 252, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 252, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #49fccc; background: linear-gradient(135deg, #49fccc, #49B5FC);