#4b72be
a balanced, vivid blue · cool · closest name: steelblue
RGB
75, 114, 190
HSL
220°, 47%, 52%
CMYK
61, 40, 0, 26
Luminance
0.1725
Every format
| HEX | #4b72be |
| RGB | rgb(75, 114, 190) |
| HSL | hsl(220, 47%, 52%) |
| CMYK | cmyk(61%, 40%, 0%, 26%) |
| LAB | lab(48.6 9.9 -44.1) |
| LCH | lch(48.6 45.2 282.7) |
| OKLCH | oklch(0.560 0.126 262.5) |
Copy-ready code
/* CSS */
color: #4b72be;
background-color: #4b72be;
/* Tailwind (arbitrary) */
class="text-[#4b72be] bg-[#4b72be]"
/* SCSS */
$brand: #4b72be;
/* SwiftUI */
Color(red: 0.294, green: 0.447, blue: 0.745)
/* Android */
Color.parseColor("#4b72be")Accessibility — WCAG contrast
Aa
#4b72be on white: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4b72be on black: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green44.7%
Blue74.5%
CMYK percentages
Cyan60.5%
Magenta40.0%
Yellow0.0%
Key (black)25.5%
Color previews
#4b72be text on a black background
contrast 4.45:1
Card sample
#4b72be text on a white background
contrast 4.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b72be;
Background color
Panel with #4b72be background
background-color: #4b72be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b72be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 114, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 114, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b72be; background: linear-gradient(135deg, #4b72be, #714BBE);