#4dffeb
a light, electric cyan · cool · closest name: cyan
RGB
77, 255, 235
HSL
173°, 100%, 65%
CMYK
70, 0, 8, 0
Luminance
0.7910
Every format
| HEX | #4dffeb |
| RGB | rgb(77, 255, 235) |
| HSL | hsl(173, 100%, 65%) |
| CMYK | cmyk(70%, 0%, 8%, 0%) |
| LAB | lab(91.3 -48.8 -3.4) |
| LCH | lch(91.3 48.9 184.0) |
| OKLCH | oklch(0.907 0.144 184.0) |
Copy-ready code
/* CSS */
color: #4dffeb;
background-color: #4dffeb;
/* Tailwind (arbitrary) */
class="text-[#4dffeb] bg-[#4dffeb]"
/* SCSS */
$brand: #4dffeb;
/* SwiftUI */
Color(red: 0.302, green: 1.000, blue: 0.922)
/* Android */
Color.parseColor("#4dffeb")Accessibility — WCAG contrast
Aa
#4dffeb on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4dffeb on black: 16.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green100.0%
Blue92.2%
CMYK percentages
Cyan69.8%
Magenta0.0%
Yellow7.8%
Key (black)0.0%
Color previews
#4dffeb text on a black background
contrast 16.82:1
Card sample
#4dffeb text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4dffeb;
Background color
Panel with #4dffeb background
background-color: #4dffeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4dffeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 255, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 255, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4dffeb; background: linear-gradient(135deg, #4dffeb, #4D9CFF);