#4eedeb
a balanced, electric cyan · cool · closest name: turquoise
RGB
78, 237, 235
HSL
179°, 82%, 62%
CMYK
67, 0, 1, 7
Luminance
0.6819
Every format
| HEX | #4eedeb |
| RGB | rgb(78, 237, 235) |
| HSL | hsl(179, 82%, 62%) |
| CMYK | cmyk(67%, 0%, 1%, 7%) |
| LAB | lab(86.1 -40.8 -11.1) |
| LCH | lch(86.1 42.2 195.2) |
| OKLCH | oklch(0.865 0.129 193.8) |
Copy-ready code
/* CSS */
color: #4eedeb;
background-color: #4eedeb;
/* Tailwind (arbitrary) */
class="text-[#4eedeb] bg-[#4eedeb]"
/* SCSS */
$brand: #4eedeb;
/* SwiftUI */
Color(red: 0.306, green: 0.929, blue: 0.922)
/* Android */
Color.parseColor("#4eedeb")Accessibility — WCAG contrast
Aa
#4eedeb on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4eedeb on black: 14.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green92.9%
Blue92.2%
CMYK percentages
Cyan67.1%
Magenta0.0%
Yellow0.8%
Key (black)7.1%
Color previews
#4eedeb text on a black background
contrast 14.64:1
Card sample
#4eedeb text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4eedeb;
Background color
Panel with #4eedeb background
background-color: #4eedeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4eedeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 237, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 237, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eedeb; background: linear-gradient(135deg, #4eedeb, #4E85ED);