#4b97df
a balanced, vivid blue · cool · closest name: steelblue
RGB
75, 151, 223
HSL
209°, 70%, 58%
CMYK
66, 32, 0, 13
Luminance
0.2896
Every format
| HEX | #4b97df |
| RGB | rgb(75, 151, 223) |
| HSL | hsl(209, 70%, 58%) |
| CMYK | cmyk(66%, 32%, 0%, 13%) |
| LAB | lab(60.7 -0.9 -43.5) |
| LCH | lch(60.7 43.5 268.7) |
| OKLCH | oklch(0.660 0.132 249.4) |
Copy-ready code
/* CSS */
color: #4b97df;
background-color: #4b97df;
/* Tailwind (arbitrary) */
class="text-[#4b97df] bg-[#4b97df]"
/* SCSS */
$brand: #4b97df;
/* SwiftUI */
Color(red: 0.294, green: 0.592, blue: 0.875)
/* Android */
Color.parseColor("#4b97df")Accessibility — WCAG contrast
Aa
#4b97df on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4b97df on black: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green59.2%
Blue87.5%
CMYK percentages
Cyan66.4%
Magenta32.3%
Yellow0.0%
Key (black)12.5%
Color previews
#4b97df text on a black background
contrast 6.79:1
Card sample
#4b97df text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b97df;
Background color
Panel with #4b97df background
background-color: #4b97df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b97df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 151, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 151, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b97df; background: linear-gradient(135deg, #4b97df, #624BDF);