#4eafeb
a balanced, electric blue · cool · closest name: steelblue
RGB
78, 175, 235
HSL
203°, 80%, 61%
CMYK
67, 26, 0, 8
Luminance
0.3828
Every format
| HEX | #4eafeb |
| RGB | rgb(78, 175, 235) |
| HSL | hsl(203, 80%, 61%) |
| CMYK | cmyk(67%, 26%, 0%, 8%) |
| LAB | lab(68.2 -10.0 -38.4) |
| LCH | lch(68.2 39.6 255.4) |
| OKLCH | oklch(0.721 0.126 239.1) |
Copy-ready code
/* CSS */
color: #4eafeb;
background-color: #4eafeb;
/* Tailwind (arbitrary) */
class="text-[#4eafeb] bg-[#4eafeb]"
/* SCSS */
$brand: #4eafeb;
/* SwiftUI */
Color(red: 0.306, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#4eafeb")Accessibility — WCAG contrast
Aa
#4eafeb on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4eafeb on black: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green68.6%
Blue92.2%
CMYK percentages
Cyan66.8%
Magenta25.5%
Yellow0.0%
Key (black)7.8%
Color previews
#4eafeb text on a black background
contrast 8.66:1
Card sample
#4eafeb text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4eafeb;
Background color
Panel with #4eafeb background
background-color: #4eafeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4eafeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eafeb; background: linear-gradient(135deg, #4eafeb, #564EEB);