#4eccdb
a balanced, vivid cyan · cool · closest name: skyblue
RGB
78, 204, 219
HSL
186°, 66%, 58%
CMYK
64, 7, 0, 14
Luminance
0.4992
Every format
| HEX | #4eccdb |
| RGB | rgb(78, 204, 219) |
| HSL | hsl(186, 66%, 58%) |
| CMYK | cmyk(64%, 7%, 0%, 14%) |
| LAB | lab(76.0 -29.9 -17.7) |
| LCH | lch(76.0 34.7 210.7) |
| OKLCH | oklch(0.782 0.111 206.2) |
Copy-ready code
/* CSS */
color: #4eccdb;
background-color: #4eccdb;
/* Tailwind (arbitrary) */
class="text-[#4eccdb] bg-[#4eccdb]"
/* SCSS */
$brand: #4eccdb;
/* SwiftUI */
Color(red: 0.306, green: 0.800, blue: 0.859)
/* Android */
Color.parseColor("#4eccdb")Accessibility — WCAG contrast
Aa
#4eccdb on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4eccdb on black: 10.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green80.0%
Blue85.9%
CMYK percentages
Cyan64.4%
Magenta6.8%
Yellow0.0%
Key (black)14.1%
Color previews
#4eccdb text on a black background
contrast 10.98:1
Card sample
#4eccdb text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4eccdb;
Background color
Panel with #4eccdb background
background-color: #4eccdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4eccdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 204, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 204, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eccdb; background: linear-gradient(135deg, #4eccdb, #4E6EDB);