#528df0
a balanced, electric blue · cool · closest name: dodgerblue
RGB
82, 141, 240
HSL
218°, 84%, 63%
CMYK
66, 41, 0, 6
Luminance
0.2713
Every format
| HEX | #528df0 |
| RGB | rgb(82, 141, 240) |
| HSL | hsl(218, 84%, 63%) |
| CMYK | cmyk(66%, 41%, 0%, 6%) |
| LAB | lab(59.1 11.9 -55.5) |
| LCH | lch(59.1 56.8 282.1) |
| OKLCH | oklch(0.651 0.161 260.1) |
Copy-ready code
/* CSS */
color: #528df0;
background-color: #528df0;
/* Tailwind (arbitrary) */
class="text-[#528df0] bg-[#528df0]"
/* SCSS */
$brand: #528df0;
/* SwiftUI */
Color(red: 0.322, green: 0.553, blue: 0.941)
/* Android */
Color.parseColor("#528df0")Accessibility — WCAG contrast
Aa
#528df0 on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#528df0 on black: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green55.3%
Blue94.1%
CMYK percentages
Cyan65.8%
Magenta41.3%
Yellow0.0%
Key (black)5.9%
Color previews
#528df0 text on a black background
contrast 6.43:1
Card sample
#528df0 text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #528df0;
Background color
Panel with #528df0 background
background-color: #528df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #528df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 141, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 141, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #528df0; background: linear-gradient(135deg, #528df0, #8052F0);