#528df5
a balanced, electric blue · cool · closest name: dodgerblue
RGB
82, 141, 245
HSL
218°, 89%, 64%
CMYK
67, 42, 0, 4
Luminance
0.2744
Every format
| HEX | #528df5 |
| RGB | rgb(82, 141, 245) |
| HSL | hsl(218, 89%, 64%) |
| CMYK | cmyk(67%, 42%, 0%, 4%) |
| LAB | lab(59.4 13.6 -57.8) |
| LCH | lch(59.4 59.4 283.2) |
| OKLCH | oklch(0.654 0.167 260.9) |
Copy-ready code
/* CSS */
color: #528df5;
background-color: #528df5;
/* Tailwind (arbitrary) */
class="text-[#528df5] bg-[#528df5]"
/* SCSS */
$brand: #528df5;
/* SwiftUI */
Color(red: 0.322, green: 0.553, blue: 0.961)
/* Android */
Color.parseColor("#528df5")Accessibility — WCAG contrast
Aa
#528df5 on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#528df5 on black: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green55.3%
Blue96.1%
CMYK percentages
Cyan66.5%
Magenta42.4%
Yellow0.0%
Key (black)3.9%
Color previews
#528df5 text on a black background
contrast 6.49:1
Card sample
#528df5 text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #528df5;
Background color
Panel with #528df5 background
background-color: #528df5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #528df5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 141, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 141, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #528df5; background: linear-gradient(135deg, #528df5, #8452F5);