#4aadeb
a balanced, electric blue · cool · closest name: steelblue
RGB
74, 173, 235
HSL
203°, 80%, 61%
CMYK
69, 26, 0, 8
Luminance
0.3734
Every format
| HEX | #4aadeb |
| RGB | rgb(74, 173, 235) |
| HSL | hsl(203, 80%, 61%) |
| CMYK | cmyk(69%, 26%, 0%, 8%) |
| LAB | lab(67.5 -9.5 -39.5) |
| LCH | lch(67.5 40.6 256.5) |
| OKLCH | oklch(0.716 0.129 239.7) |
Copy-ready code
/* CSS */
color: #4aadeb;
background-color: #4aadeb;
/* Tailwind (arbitrary) */
class="text-[#4aadeb] bg-[#4aadeb]"
/* SCSS */
$brand: #4aadeb;
/* SwiftUI */
Color(red: 0.290, green: 0.678, blue: 0.922)
/* Android */
Color.parseColor("#4aadeb")Accessibility — WCAG contrast
Aa
#4aadeb on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4aadeb on black: 8.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green67.8%
Blue92.2%
CMYK percentages
Cyan68.5%
Magenta26.4%
Yellow0.0%
Key (black)7.8%
Color previews
#4aadeb text on a black background
contrast 8.47:1
Card sample
#4aadeb text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4aadeb;
Background color
Panel with #4aadeb background
background-color: #4aadeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4aadeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 173, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 173, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4aadeb; background: linear-gradient(135deg, #4aadeb, #524AEB);