#4aa5df
a balanced, vivid blue · cool · closest name: steelblue
RGB
74, 165, 223
HSL
203°, 70%, 58%
CMYK
67, 26, 0, 13
Luminance
0.3369
Every format
| HEX | #4aa5df |
| RGB | rgb(74, 165, 223) |
| HSL | hsl(203, 70%, 58%) |
| CMYK | cmyk(67%, 26%, 0%, 13%) |
| LAB | lab(64.7 -9.0 -37.3) |
| LCH | lch(64.7 38.3 256.4) |
| OKLCH | oklch(0.692 0.121 239.9) |
Copy-ready code
/* CSS */
color: #4aa5df;
background-color: #4aa5df;
/* Tailwind (arbitrary) */
class="text-[#4aa5df] bg-[#4aa5df]"
/* SCSS */
$brand: #4aa5df;
/* SwiftUI */
Color(red: 0.290, green: 0.647, blue: 0.875)
/* Android */
Color.parseColor("#4aa5df")Accessibility — WCAG contrast
Aa
#4aa5df on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4aa5df on black: 7.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green64.7%
Blue87.5%
CMYK percentages
Cyan66.8%
Magenta26.0%
Yellow0.0%
Key (black)12.5%
Color previews
#4aa5df text on a black background
contrast 7.74:1
Card sample
#4aa5df text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4aa5df;
Background color
Panel with #4aa5df background
background-color: #4aa5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4aa5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 165, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 165, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4aa5df; background: linear-gradient(135deg, #4aa5df, #524ADF);