#528df2
a balanced, electric blue · cool · closest name: dodgerblue
RGB
82, 141, 242
HSL
218°, 86%, 64%
CMYK
66, 42, 0, 5
Luminance
0.2725
Every format
| HEX | #528df2 |
| RGB | rgb(82, 141, 242) |
| HSL | hsl(218, 86%, 64%) |
| CMYK | cmyk(66%, 42%, 0%, 5%) |
| LAB | lab(59.2 12.5 -56.4) |
| LCH | lch(59.2 57.8 282.5) |
| OKLCH | oklch(0.652 0.163 260.4) |
Copy-ready code
/* CSS */
color: #528df2;
background-color: #528df2;
/* Tailwind (arbitrary) */
class="text-[#528df2] bg-[#528df2]"
/* SCSS */
$brand: #528df2;
/* SwiftUI */
Color(red: 0.322, green: 0.553, blue: 0.949)
/* Android */
Color.parseColor("#528df2")Accessibility — WCAG contrast
Aa
#528df2 on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#528df2 on black: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green55.3%
Blue94.9%
CMYK percentages
Cyan66.1%
Magenta41.7%
Yellow0.0%
Key (black)5.1%
Color previews
#528df2 text on a black background
contrast 6.45:1
Card sample
#528df2 text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #528df2;
Background color
Panel with #528df2 background
background-color: #528df2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #528df2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 141, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 141, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #528df2; background: linear-gradient(135deg, #528df2, #8252F2);