#528df7
a balanced, electric blue · cool · closest name: dodgerblue
RGB
82, 141, 247
HSL
219°, 91%, 65%
CMYK
67, 43, 0, 3
Luminance
0.2756
Every format
| HEX | #528df7 |
| RGB | rgb(82, 141, 247) |
| HSL | hsl(219, 91%, 65%) |
| CMYK | cmyk(67%, 43%, 0%, 3%) |
| LAB | lab(59.5 14.3 -58.7) |
| LCH | lch(59.5 60.5 283.6) |
| OKLCH | oklch(0.655 0.170 261.1) |
Copy-ready code
/* CSS */
color: #528df7;
background-color: #528df7;
/* Tailwind (arbitrary) */
class="text-[#528df7] bg-[#528df7]"
/* SCSS */
$brand: #528df7;
/* SwiftUI */
Color(red: 0.322, green: 0.553, blue: 0.969)
/* Android */
Color.parseColor("#528df7")Accessibility — WCAG contrast
Aa
#528df7 on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#528df7 on black: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green55.3%
Blue96.9%
CMYK percentages
Cyan66.8%
Magenta42.9%
Yellow0.0%
Key (black)3.1%
Color previews
#528df7 text on a black background
contrast 6.51:1
Card sample
#528df7 text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #528df7;
Background color
Panel with #528df7 background
background-color: #528df7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #528df7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 141, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 141, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #528df7; background: linear-gradient(135deg, #528df7, #8552F7);