#524ade
a balanced, vivid blue · warm · closest name: slateblue
RGB
82, 74, 222
HSL
243°, 69%, 58%
CMYK
63, 67, 0, 13
Luminance
0.1197
Every format
| HEX | #524ade |
| RGB | rgb(82, 74, 222) |
| HSL | hsl(243, 69%, 58%) |
| CMYK | cmyk(63%, 67%, 0%, 13%) |
| LAB | lab(41.2 46.5 -74.4) |
| LCH | lch(41.2 87.8 302.0) |
| OKLCH | oklch(0.512 0.217 277.9) |
Copy-ready code
/* CSS */
color: #524ade;
background-color: #524ade;
/* Tailwind (arbitrary) */
class="text-[#524ade] bg-[#524ade]"
/* SCSS */
$brand: #524ade;
/* SwiftUI */
Color(red: 0.322, green: 0.290, blue: 0.871)
/* Android */
Color.parseColor("#524ade")Accessibility — WCAG contrast
Aa
#524ade on white: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#524ade on black: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green29.0%
Blue87.1%
CMYK percentages
Cyan63.1%
Magenta66.7%
Yellow0.0%
Key (black)12.9%
Color previews
#524ade text on a black background
contrast 3.39:1
Card sample
#524ade text on a white background
contrast 6.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #524ade;
Background color
Panel with #524ade background
background-color: #524ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #524ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 74, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 74, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #524ade; background: linear-gradient(135deg, #524ade, #B54ADE);