#4a9dcd
a balanced, vivid blue · cool · closest name: steelblue
RGB
74, 157, 205
HSL
202°, 57%, 55%
CMYK
64, 23, 0, 20
Luminance
0.2998
Every format
| HEX | #4a9dcd |
| RGB | rgb(74, 157, 205) |
| HSL | hsl(202, 57%, 55%) |
| CMYK | cmyk(64%, 23%, 0%, 20%) |
| LAB | lab(61.6 -10.5 -32.1) |
| LCH | lch(61.6 33.7 251.9) |
| OKLCH | oklch(0.664 0.107 236.9) |
Copy-ready code
/* CSS */
color: #4a9dcd;
background-color: #4a9dcd;
/* Tailwind (arbitrary) */
class="text-[#4a9dcd] bg-[#4a9dcd]"
/* SCSS */
$brand: #4a9dcd;
/* SwiftUI */
Color(red: 0.290, green: 0.616, blue: 0.804)
/* Android */
Color.parseColor("#4a9dcd")Accessibility — WCAG contrast
Aa
#4a9dcd on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4a9dcd on black: 7.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green61.6%
Blue80.4%
CMYK percentages
Cyan63.9%
Magenta23.4%
Yellow0.0%
Key (black)19.6%
Color previews
#4a9dcd text on a black background
contrast 7.00:1
Card sample
#4a9dcd text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4a9dcd;
Background color
Panel with #4a9dcd background
background-color: #4a9dcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4a9dcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 157, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 157, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4a9dcd; background: linear-gradient(135deg, #4a9dcd, #4E4ACD);