#4ebfeb
a balanced, electric cyan · cool · closest name: skyblue
RGB
78, 191, 235
HSL
197°, 80%, 61%
CMYK
67, 19, 0, 8
Luminance
0.4488
Every format
| HEX | #4ebfeb |
| RGB | rgb(78, 191, 235) |
| HSL | hsl(197, 80%, 61%) |
| CMYK | cmyk(67%, 19%, 0%, 8%) |
| LAB | lab(72.8 -18.5 -31.3) |
| LCH | lch(72.8 36.3 239.4) |
| OKLCH | oklch(0.758 0.119 227.4) |
Copy-ready code
/* CSS */
color: #4ebfeb;
background-color: #4ebfeb;
/* Tailwind (arbitrary) */
class="text-[#4ebfeb] bg-[#4ebfeb]"
/* SCSS */
$brand: #4ebfeb;
/* SwiftUI */
Color(red: 0.306, green: 0.749, blue: 0.922)
/* Android */
Color.parseColor("#4ebfeb")Accessibility — WCAG contrast
Aa
#4ebfeb on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ebfeb on black: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green74.9%
Blue92.2%
CMYK percentages
Cyan66.8%
Magenta18.7%
Yellow0.0%
Key (black)7.8%
Color previews
#4ebfeb text on a black background
contrast 9.98:1
Card sample
#4ebfeb text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ebfeb;
Background color
Panel with #4ebfeb background
background-color: #4ebfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ebfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 191, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 191, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ebfeb; background: linear-gradient(135deg, #4ebfeb, #4E56EB);