#528eb2
a balanced, soft blue · cool · closest name: steelblue
RGB
82, 142, 178
HSL
203°, 38%, 51%
CMYK
54, 20, 0, 30
Luminance
0.2435
Every format
| HEX | #528eb2 |
| RGB | rgb(82, 142, 178) |
| HSL | hsl(203, 38%, 51%) |
| CMYK | cmyk(54%, 20%, 0%, 30%) |
| LAB | lab(56.4 -9.1 -24.8) |
| LCH | lch(56.4 26.4 249.9) |
| OKLCH | oklch(0.621 0.083 236.5) |
Copy-ready code
/* CSS */
color: #528eb2;
background-color: #528eb2;
/* Tailwind (arbitrary) */
class="text-[#528eb2] bg-[#528eb2]"
/* SCSS */
$brand: #528eb2;
/* SwiftUI */
Color(red: 0.322, green: 0.557, blue: 0.698)
/* Android */
Color.parseColor("#528eb2")Accessibility — WCAG contrast
Aa
#528eb2 on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#528eb2 on black: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green55.7%
Blue69.8%
CMYK percentages
Cyan53.9%
Magenta20.2%
Yellow0.0%
Key (black)30.2%
Color previews
#528eb2 text on a black background
contrast 5.87:1
Card sample
#528eb2 text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #528eb2;
Background color
Panel with #528eb2 background
background-color: #528eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #528eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 142, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 142, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #528eb2; background: linear-gradient(135deg, #528eb2, #5652B2);