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