#4dfbed
a balanced, electric cyan · cool · closest name: cyan
RGB
77, 251, 237
HSL
175°, 96%, 64%
CMYK
69, 0, 6, 2
Luminance
0.7669
Every format
| HEX | #4dfbed |
| RGB | rgb(77, 251, 237) |
| HSL | hsl(175, 96%, 64%) |
| CMYK | cmyk(69%, 0%, 6%, 2%) |
| LAB | lab(90.2 -46.5 -6.1) |
| LCH | lch(90.2 46.9 187.5) |
| OKLCH | oklch(0.898 0.140 187.1) |
Copy-ready code
/* CSS */
color: #4dfbed;
background-color: #4dfbed;
/* Tailwind (arbitrary) */
class="text-[#4dfbed] bg-[#4dfbed]"
/* SCSS */
$brand: #4dfbed;
/* SwiftUI */
Color(red: 0.302, green: 0.984, blue: 0.929)
/* Android */
Color.parseColor("#4dfbed")Accessibility — WCAG contrast
Aa
#4dfbed on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4dfbed on black: 16.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green98.4%
Blue92.9%
CMYK percentages
Cyan69.3%
Magenta0.0%
Yellow5.6%
Key (black)1.6%
Color previews
#4dfbed text on a black background
contrast 16.34:1
Card sample
#4dfbed text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4dfbed;
Background color
Panel with #4dfbed background
background-color: #4dfbed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4dfbed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 251, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 251, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4dfbed; background: linear-gradient(135deg, #4dfbed, #4D95FB);