#4ebfc8
a balanced, vivid cyan · cool · closest name: skyblue
RGB
78, 191, 200
HSL
184°, 53%, 55%
CMYK
61, 5, 0, 22
Luminance
0.4305
Every format
| HEX | #4ebfc8 |
| RGB | rgb(78, 191, 200) |
| HSL | hsl(184, 53%, 55%) |
| CMYK | cmyk(61%, 5%, 0%, 22%) |
| LAB | lab(71.6 -29.0 -14.1) |
| LCH | lch(71.6 32.2 205.9) |
| OKLCH | oklch(0.744 0.102 202.5) |
Copy-ready code
/* CSS */
color: #4ebfc8;
background-color: #4ebfc8;
/* Tailwind (arbitrary) */
class="text-[#4ebfc8] bg-[#4ebfc8]"
/* SCSS */
$brand: #4ebfc8;
/* SwiftUI */
Color(red: 0.306, green: 0.749, blue: 0.784)
/* Android */
Color.parseColor("#4ebfc8")Accessibility — WCAG contrast
Aa
#4ebfc8 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ebfc8 on black: 9.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green74.9%
Blue78.4%
CMYK percentages
Cyan61.0%
Magenta4.5%
Yellow0.0%
Key (black)21.6%
Color previews
#4ebfc8 text on a black background
contrast 9.61:1
Card sample
#4ebfc8 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ebfc8;
Background color
Panel with #4ebfc8 background
background-color: #4ebfc8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ebfc8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 191, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 191, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ebfc8; background: linear-gradient(135deg, #4ebfc8, #4E6EC8);