#4aadef
a balanced, electric blue · cool · closest name: steelblue
RGB
74, 173, 239
HSL
204°, 84%, 61%
CMYK
69, 28, 0, 6
Luminance
0.3757
Every format
| HEX | #4aadef |
| RGB | rgb(74, 173, 239) |
| HSL | hsl(204, 84%, 61%) |
| CMYK | cmyk(69%, 28%, 0%, 6%) |
| LAB | lab(67.7 -8.2 -41.4) |
| LCH | lch(67.7 42.2 258.8) |
| OKLCH | oklch(0.718 0.133 241.4) |
Copy-ready code
/* CSS */
color: #4aadef;
background-color: #4aadef;
/* Tailwind (arbitrary) */
class="text-[#4aadef] bg-[#4aadef]"
/* SCSS */
$brand: #4aadef;
/* SwiftUI */
Color(red: 0.290, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#4aadef")Accessibility — WCAG contrast
Aa
#4aadef on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4aadef on black: 8.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green67.8%
Blue93.7%
CMYK percentages
Cyan69.0%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#4aadef text on a black background
contrast 8.51:1
Card sample
#4aadef text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4aadef;
Background color
Panel with #4aadef background
background-color: #4aadef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4aadef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4aadef; background: linear-gradient(135deg, #4aadef, #554AEF);