#4baade
a balanced, vivid blue · cool · closest name: steelblue
RGB
75, 170, 222
HSL
201°, 69%, 58%
CMYK
66, 23, 0, 13
Luminance
0.3552
Every format
| HEX | #4baade |
| RGB | rgb(75, 170, 222) |
| HSL | hsl(201, 69%, 58%) |
| CMYK | cmyk(66%, 23%, 0%, 13%) |
| LAB | lab(66.2 -11.9 -34.5) |
| LCH | lch(66.2 36.5 250.9) |
| OKLCH | oklch(0.703 0.117 235.9) |
Copy-ready code
/* CSS */
color: #4baade;
background-color: #4baade;
/* Tailwind (arbitrary) */
class="text-[#4baade] bg-[#4baade]"
/* SCSS */
$brand: #4baade;
/* SwiftUI */
Color(red: 0.294, green: 0.667, blue: 0.871)
/* Android */
Color.parseColor("#4baade")Accessibility — WCAG contrast
Aa
#4baade on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4baade on black: 8.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green66.7%
Blue87.1%
CMYK percentages
Cyan66.2%
Magenta23.4%
Yellow0.0%
Key (black)12.9%
Color previews
#4baade text on a black background
contrast 8.10:1
Card sample
#4baade text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4baade;
Background color
Panel with #4baade background
background-color: #4baade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4baade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 170, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 170, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4baade; background: linear-gradient(135deg, #4baade, #4E4BDE);