#4dfbe2
a balanced, electric cyan · cool · closest name: turquoise
RGB
77, 251, 226
HSL
171°, 96%, 64%
CMYK
69, 0, 10, 2
Luminance
0.7606
Every format
| HEX | #4dfbe2 |
| RGB | rgb(77, 251, 226) |
| HSL | hsl(171, 96%, 64%) |
| CMYK | cmyk(69%, 0%, 10%, 2%) |
| LAB | lab(89.9 -49.4 -0.8) |
| LCH | lch(89.9 49.4 180.9) |
| OKLCH | oklch(0.895 0.143 181.2) |
Copy-ready code
/* CSS */
color: #4dfbe2;
background-color: #4dfbe2;
/* Tailwind (arbitrary) */
class="text-[#4dfbe2] bg-[#4dfbe2]"
/* SCSS */
$brand: #4dfbe2;
/* SwiftUI */
Color(red: 0.302, green: 0.984, blue: 0.886)
/* Android */
Color.parseColor("#4dfbe2")Accessibility — WCAG contrast
Aa
#4dfbe2 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4dfbe2 on black: 16.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green98.4%
Blue88.6%
CMYK percentages
Cyan69.3%
Magenta0.0%
Yellow10.0%
Key (black)1.6%
Color previews
#4dfbe2 text on a black background
contrast 16.21:1
Card sample
#4dfbe2 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4dfbe2;
Background color
Panel with #4dfbe2 background
background-color: #4dfbe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4dfbe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 251, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 251, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4dfbe2; background: linear-gradient(135deg, #4dfbe2, #4DA0FB);