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