#4ebacb
a balanced, vivid cyan · cool · closest name: skyblue
RGB
78, 186, 203
HSL
188°, 55%, 55%
CMYK
62, 8, 0, 20
Luminance
0.4105
Every format
| HEX | #4ebacb |
| RGB | rgb(78, 186, 203) |
| HSL | hsl(188, 55%, 55%) |
| CMYK | cmyk(62%, 8%, 0%, 20%) |
| LAB | lab(70.2 -25.7 -17.8) |
| LCH | lch(70.2 31.2 214.7) |
| OKLCH | oklch(0.733 0.101 209.4) |
Copy-ready code
/* CSS */
color: #4ebacb;
background-color: #4ebacb;
/* Tailwind (arbitrary) */
class="text-[#4ebacb] bg-[#4ebacb]"
/* SCSS */
$brand: #4ebacb;
/* SwiftUI */
Color(red: 0.306, green: 0.729, blue: 0.796)
/* Android */
Color.parseColor("#4ebacb")Accessibility — WCAG contrast
Aa
#4ebacb on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ebacb on black: 9.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green72.9%
Blue79.6%
CMYK percentages
Cyan61.6%
Magenta8.4%
Yellow0.0%
Key (black)20.4%
Color previews
#4ebacb text on a black background
contrast 9.21:1
Card sample
#4ebacb text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ebacb;
Background color
Panel with #4ebacb background
background-color: #4ebacb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ebacb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 186, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 186, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ebacb; background: linear-gradient(135deg, #4ebacb, #4E67CB);