#4dfbce
a balanced, electric cyan · cool · closest name: aquamarine
RGB
77, 251, 206
HSL
165°, 96%, 64%
CMYK
69, 0, 18, 2
Luminance
0.7503
Every format
| HEX | #4dfbce |
| RGB | rgb(77, 251, 206) |
| HSL | hsl(165, 96%, 64%) |
| CMYK | cmyk(69%, 0%, 18%, 2%) |
| LAB | lab(89.4 -54.3 8.9) |
| LCH | lch(89.4 55.0 170.7) |
| OKLCH | oklch(0.889 0.154 171.6) |
Copy-ready code
/* CSS */
color: #4dfbce;
background-color: #4dfbce;
/* Tailwind (arbitrary) */
class="text-[#4dfbce] bg-[#4dfbce]"
/* SCSS */
$brand: #4dfbce;
/* SwiftUI */
Color(red: 0.302, green: 0.984, blue: 0.808)
/* Android */
Color.parseColor("#4dfbce")Accessibility — WCAG contrast
Aa
#4dfbce on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4dfbce on black: 16.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green98.4%
Blue80.8%
CMYK percentages
Cyan69.3%
Magenta0.0%
Yellow17.9%
Key (black)1.6%
Color previews
#4dfbce text on a black background
contrast 16.01:1
Card sample
#4dfbce text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4dfbce;
Background color
Panel with #4dfbce background
background-color: #4dfbce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4dfbce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 251, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 251, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4dfbce; background: linear-gradient(135deg, #4dfbce, #4DB4FB);