#528fff
a light, electric blue · cool · closest name: dodgerblue
RGB
82, 143, 255
HSL
219°, 100%, 66%
CMYK
68, 44, 0, 0
Luminance
0.2866
Every format
| HEX | #528fff |
| RGB | rgb(82, 143, 255) |
| HSL | hsl(219, 100%, 66%) |
| CMYK | cmyk(68%, 44%, 0%, 0%) |
| LAB | lab(60.5 15.8 -61.5) |
| LCH | lch(60.5 63.5 284.4) |
| OKLCH | oklch(0.664 0.178 261.4) |
Copy-ready code
/* CSS */
color: #528fff;
background-color: #528fff;
/* Tailwind (arbitrary) */
class="text-[#528fff] bg-[#528fff]"
/* SCSS */
$brand: #528fff;
/* SwiftUI */
Color(red: 0.322, green: 0.561, blue: 1.000)
/* Android */
Color.parseColor("#528fff")Accessibility — WCAG contrast
Aa
#528fff on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#528fff on black: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green56.1%
Blue100.0%
CMYK percentages
Cyan67.8%
Magenta43.9%
Yellow0.0%
Key (black)0.0%
Color previews
#528fff text on a black background
contrast 6.73:1
Card sample
#528fff text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #528fff;
Background color
Panel with #528fff background
background-color: #528fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #528fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 143, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 143, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #528fff; background: linear-gradient(135deg, #528fff, #8852FF);