#4ecadf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
78, 202, 223
HSL
189°, 69%, 59%
CMYK
65, 9, 0, 13
Luminance
0.4919
Every format
| HEX | #4ecadf |
| RGB | rgb(78, 202, 223) |
| HSL | hsl(189, 69%, 59%) |
| CMYK | cmyk(65%, 9%, 0%, 13%) |
| LAB | lab(75.6 -27.7 -20.6) |
| LCH | lch(75.6 34.5 216.6) |
| OKLCH | oklch(0.779 0.112 210.7) |
Copy-ready code
/* CSS */
color: #4ecadf;
background-color: #4ecadf;
/* Tailwind (arbitrary) */
class="text-[#4ecadf] bg-[#4ecadf]"
/* SCSS */
$brand: #4ecadf;
/* SwiftUI */
Color(red: 0.306, green: 0.792, blue: 0.875)
/* Android */
Color.parseColor("#4ecadf")Accessibility — WCAG contrast
Aa
#4ecadf on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ecadf on black: 10.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green79.2%
Blue87.5%
CMYK percentages
Cyan65.0%
Magenta9.4%
Yellow0.0%
Key (black)12.5%
Color previews
#4ecadf text on a black background
contrast 10.84:1
Card sample
#4ecadf text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ecadf;
Background color
Panel with #4ecadf background
background-color: #4ecadf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ecadf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 202, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 202, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ecadf; background: linear-gradient(135deg, #4ecadf, #4E69DF);