#529ade
a balanced, vivid blue · cool · closest name: steelblue
RGB
82, 154, 222
HSL
209°, 68%, 60%
CMYK
63, 31, 0, 13
Luminance
0.3018
Every format
| HEX | #529ade |
| RGB | rgb(82, 154, 222) |
| HSL | hsl(209, 68%, 60%) |
| CMYK | cmyk(63%, 31%, 0%, 13%) |
| LAB | lab(61.8 -1.8 -41.2) |
| LCH | lch(61.8 41.3 267.5) |
| OKLCH | oklch(0.669 0.125 249.0) |
Copy-ready code
/* CSS */
color: #529ade;
background-color: #529ade;
/* Tailwind (arbitrary) */
class="text-[#529ade] bg-[#529ade]"
/* SCSS */
$brand: #529ade;
/* SwiftUI */
Color(red: 0.322, green: 0.604, blue: 0.871)
/* Android */
Color.parseColor("#529ade")Accessibility — WCAG contrast
Aa
#529ade on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#529ade on black: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green60.4%
Blue87.1%
CMYK percentages
Cyan63.1%
Magenta30.6%
Yellow0.0%
Key (black)12.9%
Color previews
#529ade text on a black background
contrast 7.04:1
Card sample
#529ade text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #529ade;
Background color
Panel with #529ade background
background-color: #529ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #529ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 154, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 154, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #529ade; background: linear-gradient(135deg, #529ade, #6752DE);