#4dfceb
a balanced, electric cyan · cool · closest name: cyan
RGB
77, 252, 235
HSL
174°, 97%, 65%
CMYK
69, 0, 7, 1
Luminance
0.7720
Every format
| HEX | #4dfceb |
| RGB | rgb(77, 252, 235) |
| HSL | hsl(174, 97%, 65%) |
| CMYK | cmyk(69%, 0%, 7%, 1%) |
| LAB | lab(90.4 -47.5 -4.7) |
| LCH | lch(90.4 47.7 185.7) |
| OKLCH | oklch(0.900 0.141 185.5) |
Copy-ready code
/* CSS */
color: #4dfceb;
background-color: #4dfceb;
/* Tailwind (arbitrary) */
class="text-[#4dfceb] bg-[#4dfceb]"
/* SCSS */
$brand: #4dfceb;
/* SwiftUI */
Color(red: 0.302, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#4dfceb")Accessibility — WCAG contrast
Aa
#4dfceb on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4dfceb on black: 16.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green98.8%
Blue92.2%
CMYK percentages
Cyan69.4%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#4dfceb text on a black background
contrast 16.44:1
Card sample
#4dfceb text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4dfceb;
Background color
Panel with #4dfceb background
background-color: #4dfceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4dfceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4dfceb; background: linear-gradient(135deg, #4dfceb, #4D98FC);