#4dfefe
a balanced, electric cyan · cool · closest name: cyan
RGB
77, 254, 254
HSL
180°, 99%, 65%
CMYK
70, 0, 0, 0
Luminance
0.7962
Every format
| HEX | #4dfefe |
| RGB | rgb(77, 254, 254) |
| HSL | hsl(180, 99%, 65%) |
| CMYK | cmyk(70%, 0%, 0%, 0%) |
| LAB | lab(91.5 -43.3 -12.9) |
| LCH | lch(91.5 45.2 196.7) |
| OKLCH | oklch(0.911 0.139 195.0) |
Copy-ready code
/* CSS */
color: #4dfefe;
background-color: #4dfefe;
/* Tailwind (arbitrary) */
class="text-[#4dfefe] bg-[#4dfefe]"
/* SCSS */
$brand: #4dfefe;
/* SwiftUI */
Color(red: 0.302, green: 0.996, blue: 0.996)
/* Android */
Color.parseColor("#4dfefe")Accessibility — WCAG contrast
Aa
#4dfefe on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4dfefe on black: 16.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green99.6%
Blue99.6%
CMYK percentages
Cyan69.7%
Magenta0.0%
Yellow0.0%
Key (black)0.4%
Color previews
#4dfefe text on a black background
contrast 16.92:1
Card sample
#4dfefe text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4dfefe;
Background color
Panel with #4dfefe background
background-color: #4dfefe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4dfefe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 254, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 254, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4dfefe; background: linear-gradient(135deg, #4dfefe, #4D88FE);