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