#4b85bf
a balanced, vivid blue · cool · closest name: steelblue
RGB
75, 133, 191
HSL
210°, 48%, 52%
CMYK
61, 30, 0, 25
Luminance
0.2203
Every format
| HEX | #4b85bf |
| RGB | rgb(75, 133, 191) |
| HSL | hsl(210, 48%, 52%) |
| CMYK | cmyk(61%, 30%, 0%, 25%) |
| LAB | lab(54.1 -1.2 -36.0) |
| LCH | lch(54.1 36.0 268.1) |
| OKLCH | oklch(0.603 0.108 250.0) |
Copy-ready code
/* CSS */
color: #4b85bf;
background-color: #4b85bf;
/* Tailwind (arbitrary) */
class="text-[#4b85bf] bg-[#4b85bf]"
/* SCSS */
$brand: #4b85bf;
/* SwiftUI */
Color(red: 0.294, green: 0.522, blue: 0.749)
/* Android */
Color.parseColor("#4b85bf")Accessibility — WCAG contrast
Aa
#4b85bf on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4b85bf on black: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green52.2%
Blue74.9%
CMYK percentages
Cyan60.7%
Magenta30.4%
Yellow0.0%
Key (black)25.1%
Color previews
#4b85bf text on a black background
contrast 5.41:1
Card sample
#4b85bf text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b85bf;
Background color
Panel with #4b85bf background
background-color: #4b85bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b85bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 133, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 133, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b85bf; background: linear-gradient(135deg, #4b85bf, #5F4BBF);