#4ecaef
a balanced, electric cyan · cool · closest name: skyblue
RGB
78, 202, 239
HSL
194°, 83%, 62%
CMYK
67, 16, 0, 6
Luminance
0.5009
Every format
| HEX | #4ecaef |
| RGB | rgb(78, 202, 239) |
| HSL | hsl(194, 83%, 62%) |
| CMYK | cmyk(67%, 16%, 0%, 6%) |
| LAB | lab(76.1 -22.9 -28.3) |
| LCH | lch(76.1 36.4 231.0) |
| OKLCH | oklch(0.785 0.120 221.3) |
Copy-ready code
/* CSS */
color: #4ecaef;
background-color: #4ecaef;
/* Tailwind (arbitrary) */
class="text-[#4ecaef] bg-[#4ecaef]"
/* SCSS */
$brand: #4ecaef;
/* SwiftUI */
Color(red: 0.306, green: 0.792, blue: 0.937)
/* Android */
Color.parseColor("#4ecaef")Accessibility — WCAG contrast
Aa
#4ecaef on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ecaef on black: 11.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green79.2%
Blue93.7%
CMYK percentages
Cyan67.4%
Magenta15.5%
Yellow0.0%
Key (black)6.3%
Color previews
#4ecaef text on a black background
contrast 11.02:1
Card sample
#4ecaef text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ecaef;
Background color
Panel with #4ecaef background
background-color: #4ecaef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ecaef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 202, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 202, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ecaef; background: linear-gradient(135deg, #4ecaef, #4E5FEF);