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