#4baeef
a balanced, electric blue · cool · closest name: steelblue
RGB
75, 174, 239
HSL
204°, 84%, 62%
CMYK
69, 27, 0, 6
Luminance
0.3800
Every format
| HEX | #4baeef |
| RGB | rgb(75, 174, 239) |
| HSL | hsl(204, 84%, 62%) |
| CMYK | cmyk(69%, 27%, 0%, 6%) |
| LAB | lab(68.0 -8.6 -40.9) |
| LCH | lch(68.0 41.8 258.2) |
| OKLCH | oklch(0.720 0.132 240.9) |
Copy-ready code
/* CSS */
color: #4baeef;
background-color: #4baeef;
/* Tailwind (arbitrary) */
class="text-[#4baeef] bg-[#4baeef]"
/* SCSS */
$brand: #4baeef;
/* SwiftUI */
Color(red: 0.294, green: 0.682, blue: 0.937)
/* Android */
Color.parseColor("#4baeef")Accessibility — WCAG contrast
Aa
#4baeef on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4baeef on black: 8.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green68.2%
Blue93.7%
CMYK percentages
Cyan68.6%
Magenta27.2%
Yellow0.0%
Key (black)6.3%
Color previews
#4baeef text on a black background
contrast 8.60:1
Card sample
#4baeef text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4baeef;
Background color
Panel with #4baeef background
background-color: #4baeef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4baeef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 174, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 174, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4baeef; background: linear-gradient(135deg, #4baeef, #564BEF);