#4ba4db
a balanced, vivid blue · cool · closest name: steelblue
RGB
75, 164, 219
HSL
203°, 67%, 58%
CMYK
66, 25, 0, 14
Luminance
0.3316
Every format
| HEX | #4ba4db |
| RGB | rgb(75, 164, 219) |
| HSL | hsl(203, 67%, 58%) |
| CMYK | cmyk(66%, 25%, 0%, 14%) |
| LAB | lab(64.3 -9.6 -35.7) |
| LCH | lch(64.3 37.0 254.9) |
| OKLCH | oklch(0.688 0.117 238.9) |
Copy-ready code
/* CSS */
color: #4ba4db;
background-color: #4ba4db;
/* Tailwind (arbitrary) */
class="text-[#4ba4db] bg-[#4ba4db]"
/* SCSS */
$brand: #4ba4db;
/* SwiftUI */
Color(red: 0.294, green: 0.643, blue: 0.859)
/* Android */
Color.parseColor("#4ba4db")Accessibility — WCAG contrast
Aa
#4ba4db on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ba4db on black: 7.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green64.3%
Blue85.9%
CMYK percentages
Cyan65.8%
Magenta25.1%
Yellow0.0%
Key (black)14.1%
Color previews
#4ba4db text on a black background
contrast 7.63:1
Card sample
#4ba4db text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ba4db;
Background color
Panel with #4ba4db background
background-color: #4ba4db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ba4db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 164, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 164, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ba4db; background: linear-gradient(135deg, #4ba4db, #524BDB);