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