#4f85ba
a balanced, soft blue · cool · closest name: steelblue
RGB
79, 133, 186
HSL
210°, 44%, 52%
CMYK
58, 29, 0, 27
Luminance
0.2198
Every format
| HEX | #4f85ba |
| RGB | rgb(79, 133, 186) |
| HSL | hsl(210, 44%, 52%) |
| CMYK | cmyk(58%, 29%, 0%, 27%) |
| LAB | lab(54.0 -2.0 -33.2) |
| LCH | lch(54.0 33.3 266.5) |
| OKLCH | oklch(0.602 0.100 249.4) |
Copy-ready code
/* CSS */
color: #4f85ba;
background-color: #4f85ba;
/* Tailwind (arbitrary) */
class="text-[#4f85ba] bg-[#4f85ba]"
/* SCSS */
$brand: #4f85ba;
/* SwiftUI */
Color(red: 0.310, green: 0.522, blue: 0.729)
/* Android */
Color.parseColor("#4f85ba")Accessibility — WCAG contrast
Aa
#4f85ba on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4f85ba on black: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green52.2%
Blue72.9%
CMYK percentages
Cyan57.5%
Magenta28.5%
Yellow0.0%
Key (black)27.1%
Color previews
#4f85ba text on a black background
contrast 5.40:1
Card sample
#4f85ba text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f85ba;
Background color
Panel with #4f85ba background
background-color: #4f85ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f85ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 133, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 133, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f85ba; background: linear-gradient(135deg, #4f85ba, #604FBA);