#528eed
a balanced, electric blue · cool · closest name: dodgerblue
RGB
82, 142, 237
HSL
217°, 81%, 63%
CMYK
65, 40, 0, 7
Luminance
0.2725
Every format
| HEX | #528eed |
| RGB | rgb(82, 142, 237) |
| HSL | hsl(217, 81%, 63%) |
| CMYK | cmyk(65%, 40%, 0%, 7%) |
| LAB | lab(59.2 10.2 -53.7) |
| LCH | lch(59.2 54.6 280.8) |
| OKLCH | oklch(0.651 0.156 259.2) |
Copy-ready code
/* CSS */
color: #528eed;
background-color: #528eed;
/* Tailwind (arbitrary) */
class="text-[#528eed] bg-[#528eed]"
/* SCSS */
$brand: #528eed;
/* SwiftUI */
Color(red: 0.322, green: 0.557, blue: 0.929)
/* Android */
Color.parseColor("#528eed")Accessibility — WCAG contrast
Aa
#528eed on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#528eed on black: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green55.7%
Blue92.9%
CMYK percentages
Cyan65.4%
Magenta40.1%
Yellow0.0%
Key (black)7.1%
Color previews
#528eed text on a black background
contrast 6.45:1
Card sample
#528eed text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #528eed;
Background color
Panel with #528eed background
background-color: #528eed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #528eed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 142, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 142, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #528eed; background: linear-gradient(135deg, #528eed, #7D52ED);