#527df0
a balanced, electric blue · cool · closest name: royalblue
RGB
82, 125, 240
HSL
224°, 84%, 63%
CMYK
66, 48, 0, 6
Luminance
0.2275
Every format
| HEX | #527df0 |
| RGB | rgb(82, 125, 240) |
| HSL | hsl(224, 84%, 63%) |
| CMYK | cmyk(66%, 48%, 0%, 6%) |
| LAB | lab(54.8 21.6 -62.4) |
| LCH | lch(54.8 66.0 289.1) |
| OKLCH | oklch(0.618 0.179 265.9) |
Copy-ready code
/* CSS */
color: #527df0;
background-color: #527df0;
/* Tailwind (arbitrary) */
class="text-[#527df0] bg-[#527df0]"
/* SCSS */
$brand: #527df0;
/* SwiftUI */
Color(red: 0.322, green: 0.490, blue: 0.941)
/* Android */
Color.parseColor("#527df0")Accessibility — WCAG contrast
Aa
#527df0 on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#527df0 on black: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green49.0%
Blue94.1%
CMYK percentages
Cyan65.8%
Magenta47.9%
Yellow0.0%
Key (black)5.9%
Color previews
#527df0 text on a black background
contrast 5.55:1
Card sample
#527df0 text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #527df0;
Background color
Panel with #527df0 background
background-color: #527df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #527df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 125, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 125, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #527df0; background: linear-gradient(135deg, #527df0, #9052F0);