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