#4dfbc2
a balanced, electric cyan · cool · closest name: aquamarine
RGB
77, 251, 194
HSL
160°, 96%, 64%
CMYK
69, 0, 23, 2
Luminance
0.7447
Every format
| HEX | #4dfbc2 |
| RGB | rgb(77, 251, 194) |
| HSL | hsl(160, 96%, 64%) |
| CMYK | cmyk(69%, 0%, 23%, 2%) |
| LAB | lab(89.1 -57.0 14.7) |
| LCH | lch(89.1 58.9 165.5) |
| OKLCH | oklch(0.886 0.162 166.6) |
Copy-ready code
/* CSS */
color: #4dfbc2;
background-color: #4dfbc2;
/* Tailwind (arbitrary) */
class="text-[#4dfbc2] bg-[#4dfbc2]"
/* SCSS */
$brand: #4dfbc2;
/* SwiftUI */
Color(red: 0.302, green: 0.984, blue: 0.761)
/* Android */
Color.parseColor("#4dfbc2")Accessibility — WCAG contrast
Aa
#4dfbc2 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4dfbc2 on black: 15.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green98.4%
Blue76.1%
CMYK percentages
Cyan69.3%
Magenta0.0%
Yellow22.7%
Key (black)1.6%
Color previews
#4dfbc2 text on a black background
contrast 15.89:1
Card sample
#4dfbc2 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4dfbc2;
Background color
Panel with #4dfbc2 background
background-color: #4dfbc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4dfbc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 251, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 251, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4dfbc2; background: linear-gradient(135deg, #4dfbc2, #4DC0FB);