#4eafba
a balanced, soft cyan · cool · closest name: skyblue
RGB
78, 175, 186
HSL
186°, 44%, 52%
CMYK
58, 6, 0, 27
Luminance
0.3582
Every format
| HEX | #4eafba |
| RGB | rgb(78, 175, 186) |
| HSL | hsl(186, 44%, 52%) |
| CMYK | cmyk(58%, 6%, 0%, 27%) |
| LAB | lab(66.4 -25.1 -14.2) |
| LCH | lch(66.4 28.8 209.5) |
| OKLCH | oklch(0.701 0.092 205.4) |
Copy-ready code
/* CSS */
color: #4eafba;
background-color: #4eafba;
/* Tailwind (arbitrary) */
class="text-[#4eafba] bg-[#4eafba]"
/* SCSS */
$brand: #4eafba;
/* SwiftUI */
Color(red: 0.306, green: 0.686, blue: 0.729)
/* Android */
Color.parseColor("#4eafba")Accessibility — WCAG contrast
Aa
#4eafba on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4eafba on black: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green68.6%
Blue72.9%
CMYK percentages
Cyan58.1%
Magenta5.9%
Yellow0.0%
Key (black)27.1%
Color previews
#4eafba text on a black background
contrast 8.16:1
Card sample
#4eafba text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4eafba;
Background color
Panel with #4eafba background
background-color: #4eafba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4eafba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 175, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 175, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eafba; background: linear-gradient(135deg, #4eafba, #4E67BA);