#4dfbfb
a balanced, electric cyan · cool · closest name: cyan
RGB
77, 251, 251
HSL
180°, 96%, 64%
CMYK
69, 0, 0, 2
Luminance
0.7754
Every format
| HEX | #4dfbfb |
| RGB | rgb(77, 251, 251) |
| HSL | hsl(180, 96%, 64%) |
| CMYK | cmyk(69%, 0%, 0%, 2%) |
| LAB | lab(90.6 -42.8 -12.8) |
| LCH | lch(90.6 44.6 196.7) |
| OKLCH | oklch(0.903 0.138 195.0) |
Copy-ready code
/* CSS */
color: #4dfbfb;
background-color: #4dfbfb;
/* Tailwind (arbitrary) */
class="text-[#4dfbfb] bg-[#4dfbfb]"
/* SCSS */
$brand: #4dfbfb;
/* SwiftUI */
Color(red: 0.302, green: 0.984, blue: 0.984)
/* Android */
Color.parseColor("#4dfbfb")Accessibility — WCAG contrast
Aa
#4dfbfb on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4dfbfb on black: 16.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green98.4%
Blue98.4%
CMYK percentages
Cyan69.3%
Magenta0.0%
Yellow0.0%
Key (black)1.6%
Color previews
#4dfbfb text on a black background
contrast 16.51:1
Card sample
#4dfbfb text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4dfbfb;
Background color
Panel with #4dfbfb background
background-color: #4dfbfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4dfbfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 251, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 251, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4dfbfb; background: linear-gradient(135deg, #4dfbfb, #4D87FB);