#4eebdf
a balanced, electric cyan · cool · closest name: turquoise
RGB
78, 235, 223
HSL
175°, 80%, 61%
CMYK
67, 0, 5, 8
Luminance
0.6636
Every format
| HEX | #4eebdf |
| RGB | rgb(78, 235, 223) |
| HSL | hsl(175, 80%, 61%) |
| CMYK | cmyk(67%, 0%, 5%, 8%) |
| LAB | lab(85.2 -43.1 -6.2) |
| LCH | lch(85.2 43.5 188.1) |
| OKLCH | oklch(0.856 0.130 187.7) |
Copy-ready code
/* CSS */
color: #4eebdf;
background-color: #4eebdf;
/* Tailwind (arbitrary) */
class="text-[#4eebdf] bg-[#4eebdf]"
/* SCSS */
$brand: #4eebdf;
/* SwiftUI */
Color(red: 0.306, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#4eebdf")Accessibility — WCAG contrast
Aa
#4eebdf on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4eebdf on black: 14.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green92.2%
Blue87.5%
CMYK percentages
Cyan66.8%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#4eebdf text on a black background
contrast 14.27:1
Card sample
#4eebdf text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4eebdf;
Background color
Panel with #4eebdf background
background-color: #4eebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4eebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eebdf; background: linear-gradient(135deg, #4eebdf, #4E8EEB);