#4ebcdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
78, 188, 223
HSL
195°, 69%, 59%
CMYK
65, 16, 0, 13
Luminance
0.4291
Every format
| HEX | #4ebcdf |
| RGB | rgb(78, 188, 223) |
| HSL | hsl(195, 69%, 59%) |
| CMYK | cmyk(65%, 16%, 0%, 13%) |
| LAB | lab(71.5 -20.7 -26.8) |
| LCH | lch(71.5 33.8 232.3) |
| OKLCH | oklch(0.746 0.111 222.4) |
Copy-ready code
/* CSS */
color: #4ebcdf;
background-color: #4ebcdf;
/* Tailwind (arbitrary) */
class="text-[#4ebcdf] bg-[#4ebcdf]"
/* SCSS */
$brand: #4ebcdf;
/* SwiftUI */
Color(red: 0.306, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#4ebcdf")Accessibility — WCAG contrast
Aa
#4ebcdf on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ebcdf on black: 9.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green73.7%
Blue87.5%
CMYK percentages
Cyan65.0%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#4ebcdf text on a black background
contrast 9.58:1
Card sample
#4ebcdf text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ebcdf;
Background color
Panel with #4ebcdf background
background-color: #4ebcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ebcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ebcdf; background: linear-gradient(135deg, #4ebcdf, #4E5BDF);