#4eccdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
78, 204, 223
HSL
188°, 69%, 59%
CMYK
65, 9, 0, 13
Luminance
0.5013
Every format
| HEX | #4eccdf |
| RGB | rgb(78, 204, 223) |
| HSL | hsl(188, 69%, 59%) |
| CMYK | cmyk(65%, 9%, 0%, 13%) |
| LAB | lab(76.2 -28.7 -19.7) |
| LCH | lch(76.2 34.8 214.4) |
| OKLCH | oklch(0.783 0.112 209.1) |
Copy-ready code
/* CSS */
color: #4eccdf;
background-color: #4eccdf;
/* Tailwind (arbitrary) */
class="text-[#4eccdf] bg-[#4eccdf]"
/* SCSS */
$brand: #4eccdf;
/* SwiftUI */
Color(red: 0.306, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#4eccdf")Accessibility — WCAG contrast
Aa
#4eccdf on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4eccdf on black: 11.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green80.0%
Blue87.5%
CMYK percentages
Cyan65.0%
Magenta8.5%
Yellow0.0%
Key (black)12.5%
Color previews
#4eccdf text on a black background
contrast 11.03:1
Card sample
#4eccdf text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4eccdf;
Background color
Panel with #4eccdf background
background-color: #4eccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4eccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eccdf; background: linear-gradient(135deg, #4eccdf, #4E6BDF);