#4aa2eb
a balanced, electric blue · cool · closest name: steelblue
RGB
74, 162, 235
HSL
207°, 80%, 61%
CMYK
69, 31, 0, 8
Luminance
0.3329
Every format
| HEX | #4aa2eb |
| RGB | rgb(74, 162, 235) |
| HSL | hsl(207, 80%, 61%) |
| CMYK | cmyk(69%, 31%, 0%, 8%) |
| LAB | lab(64.4 -3.4 -44.4) |
| LCH | lch(64.4 44.5 265.7) |
| OKLCH | oklch(0.691 0.137 246.6) |
Copy-ready code
/* CSS */
color: #4aa2eb;
background-color: #4aa2eb;
/* Tailwind (arbitrary) */
class="text-[#4aa2eb] bg-[#4aa2eb]"
/* SCSS */
$brand: #4aa2eb;
/* SwiftUI */
Color(red: 0.290, green: 0.635, blue: 0.922)
/* Android */
Color.parseColor("#4aa2eb")Accessibility — WCAG contrast
Aa
#4aa2eb on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4aa2eb on black: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green63.5%
Blue92.2%
CMYK percentages
Cyan68.5%
Magenta31.1%
Yellow0.0%
Key (black)7.8%
Color previews
#4aa2eb text on a black background
contrast 7.66:1
Card sample
#4aa2eb text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4aa2eb;
Background color
Panel with #4aa2eb background
background-color: #4aa2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4aa2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 162, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 162, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4aa2eb; background: linear-gradient(135deg, #4aa2eb, #5D4AEB);