#716ade
a balanced, vivid blue · warm · closest name: slateblue
RGB
113, 106, 222
HSL
244°, 64%, 64%
CMYK
49, 52, 0, 13
Luminance
0.1909
Every format
| HEX | #716ade |
| RGB | rgb(113, 106, 222) |
| HSL | hsl(244, 64%, 64%) |
| CMYK | cmyk(49%, 52%, 0%, 13%) |
| LAB | lab(50.8 33.1 -58.6) |
| LCH | lch(50.8 67.3 299.4) |
| OKLCH | oklch(0.589 0.171 282.5) |
Copy-ready code
/* CSS */
color: #716ade;
background-color: #716ade;
/* Tailwind (arbitrary) */
class="text-[#716ade] bg-[#716ade]"
/* SCSS */
$brand: #716ade;
/* SwiftUI */
Color(red: 0.443, green: 0.416, blue: 0.871)
/* Android */
Color.parseColor("#716ade")Accessibility — WCAG contrast
Aa
#716ade on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#716ade on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green41.6%
Blue87.1%
CMYK percentages
Cyan49.1%
Magenta52.3%
Yellow0.0%
Key (black)12.9%
Color previews
#716ade text on a black background
contrast 4.82:1
Card sample
#716ade text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #716ade;
Background color
Panel with #716ade background
background-color: #716ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #716ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 106, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 106, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #716ade; background: linear-gradient(135deg, #716ade, #BE6ADE);