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