#4ab1eb
a balanced, electric blue · cool · closest name: steelblue
RGB
74, 177, 235
HSL
202°, 80%, 61%
CMYK
69, 25, 0, 8
Luminance
0.3890
Every format
| HEX | #4ab1eb |
| RGB | rgb(74, 177, 235) |
| HSL | hsl(202, 80%, 61%) |
| CMYK | cmyk(69%, 25%, 0%, 8%) |
| LAB | lab(68.7 -11.7 -37.7) |
| LCH | lch(68.7 39.4 252.8) |
| OKLCH | oklch(0.725 0.126 237.0) |
Copy-ready code
/* CSS */
color: #4ab1eb;
background-color: #4ab1eb;
/* Tailwind (arbitrary) */
class="text-[#4ab1eb] bg-[#4ab1eb]"
/* SCSS */
$brand: #4ab1eb;
/* SwiftUI */
Color(red: 0.290, green: 0.694, blue: 0.922)
/* Android */
Color.parseColor("#4ab1eb")Accessibility — WCAG contrast
Aa
#4ab1eb on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ab1eb on black: 8.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green69.4%
Blue92.2%
CMYK percentages
Cyan68.5%
Magenta24.7%
Yellow0.0%
Key (black)7.8%
Color previews
#4ab1eb text on a black background
contrast 8.78:1
Card sample
#4ab1eb text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ab1eb;
Background color
Panel with #4ab1eb background
background-color: #4ab1eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ab1eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 177, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 177, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ab1eb; background: linear-gradient(135deg, #4ab1eb, #4E4AEB);