#4ebace
a balanced, vivid cyan · cool · closest name: skyblue
RGB
78, 186, 206
HSL
189°, 57%, 56%
CMYK
62, 10, 0, 19
Luminance
0.4119
Every format
| HEX | #4ebace |
| RGB | rgb(78, 186, 206) |
| HSL | hsl(189, 57%, 56%) |
| CMYK | cmyk(62%, 10%, 0%, 19%) |
| LAB | lab(70.3 -24.8 -19.3) |
| LCH | lch(70.3 31.4 217.9) |
| OKLCH | oklch(0.734 0.102 211.8) |
Copy-ready code
/* CSS */
color: #4ebace;
background-color: #4ebace;
/* Tailwind (arbitrary) */
class="text-[#4ebace] bg-[#4ebace]"
/* SCSS */
$brand: #4ebace;
/* SwiftUI */
Color(red: 0.306, green: 0.729, blue: 0.808)
/* Android */
Color.parseColor("#4ebace")Accessibility — WCAG contrast
Aa
#4ebace on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ebace on black: 9.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green72.9%
Blue80.8%
CMYK percentages
Cyan62.1%
Magenta9.7%
Yellow0.0%
Key (black)19.2%
Color previews
#4ebace text on a black background
contrast 9.24:1
Card sample
#4ebace text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ebace;
Background color
Panel with #4ebace background
background-color: #4ebace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ebace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 186, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 186, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ebace; background: linear-gradient(135deg, #4ebace, #4E65CE);