#527fdf
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
82, 127, 223
HSL
221°, 69%, 60%
CMYK
63, 43, 0, 13
Luminance
0.2230
Every format
| HEX | #527fdf |
| RGB | rgb(82, 127, 223) |
| HSL | hsl(221, 69%, 60%) |
| CMYK | cmyk(63%, 43%, 0%, 13%) |
| LAB | lab(54.3 14.5 -53.6) |
| LCH | lch(54.3 55.5 285.1) |
| OKLCH | oklch(0.611 0.154 263.6) |
Copy-ready code
/* CSS */
color: #527fdf;
background-color: #527fdf;
/* Tailwind (arbitrary) */
class="text-[#527fdf] bg-[#527fdf]"
/* SCSS */
$brand: #527fdf;
/* SwiftUI */
Color(red: 0.322, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#527fdf")Accessibility — WCAG contrast
Aa
#527fdf on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#527fdf on black: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green49.8%
Blue87.5%
CMYK percentages
Cyan63.2%
Magenta43.0%
Yellow0.0%
Key (black)12.5%
Color previews
#527fdf text on a black background
contrast 5.46:1
Card sample
#527fdf text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #527fdf;
Background color
Panel with #527fdf background
background-color: #527fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #527fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #527fdf; background: linear-gradient(135deg, #527fdf, #8352DF);