#4ebeef
a balanced, electric cyan · cool · closest name: skyblue
RGB
78, 190, 239
HSL
198°, 83%, 62%
CMYK
67, 21, 0, 6
Luminance
0.4468
Every format
| HEX | #4ebeef |
| RGB | rgb(78, 190, 239) |
| HSL | hsl(198, 83%, 62%) |
| CMYK | cmyk(67%, 21%, 0%, 6%) |
| LAB | lab(72.7 -16.7 -33.6) |
| LCH | lch(72.7 37.5 243.6) |
| OKLCH | oklch(0.757 0.122 230.4) |
Copy-ready code
/* CSS */
color: #4ebeef;
background-color: #4ebeef;
/* Tailwind (arbitrary) */
class="text-[#4ebeef] bg-[#4ebeef]"
/* SCSS */
$brand: #4ebeef;
/* SwiftUI */
Color(red: 0.306, green: 0.745, blue: 0.937)
/* Android */
Color.parseColor("#4ebeef")Accessibility — WCAG contrast
Aa
#4ebeef on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ebeef on black: 9.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green74.5%
Blue93.7%
CMYK percentages
Cyan67.4%
Magenta20.5%
Yellow0.0%
Key (black)6.3%
Color previews
#4ebeef text on a black background
contrast 9.94:1
Card sample
#4ebeef text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ebeef;
Background color
Panel with #4ebeef background
background-color: #4ebeef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ebeef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 190, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 190, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ebeef; background: linear-gradient(135deg, #4ebeef, #4E53EF);