#4eb4e2
a balanced, vivid cyan · cool · closest name: skyblue
RGB
78, 180, 226
HSL
199°, 72%, 60%
CMYK
66, 20, 0, 11
Luminance
0.3975
Every format
| HEX | #4eb4e2 |
| RGB | rgb(78, 180, 226) |
| HSL | hsl(199, 72%, 60%) |
| CMYK | cmyk(66%, 20%, 0%, 11%) |
| LAB | lab(69.3 -15.6 -31.8) |
| LCH | lch(69.3 35.4 243.9) |
| OKLCH | oklch(0.729 0.115 230.8) |
Copy-ready code
/* CSS */
color: #4eb4e2;
background-color: #4eb4e2;
/* Tailwind (arbitrary) */
class="text-[#4eb4e2] bg-[#4eb4e2]"
/* SCSS */
$brand: #4eb4e2;
/* SwiftUI */
Color(red: 0.306, green: 0.706, blue: 0.886)
/* Android */
Color.parseColor("#4eb4e2")Accessibility — WCAG contrast
Aa
#4eb4e2 on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4eb4e2 on black: 8.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green70.6%
Blue88.6%
CMYK percentages
Cyan65.5%
Magenta20.4%
Yellow0.0%
Key (black)11.4%
Color previews
#4eb4e2 text on a black background
contrast 8.95:1
Card sample
#4eb4e2 text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4eb4e2;
Background color
Panel with #4eb4e2 background
background-color: #4eb4e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4eb4e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 180, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 180, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eb4e2; background: linear-gradient(135deg, #4eb4e2, #4E51E2);