#716fdf
a light, vivid blue · warm · closest name: slateblue
RGB
113, 111, 223
HSL
241°, 64%, 66%
CMYK
49, 50, 0, 13
Luminance
0.2021
Every format
| HEX | #716fdf |
| RGB | rgb(113, 111, 223) |
| HSL | hsl(241, 64%, 66%) |
| CMYK | cmyk(49%, 50%, 0%, 13%) |
| LAB | lab(52.1 30.4 -57.1) |
| LCH | lch(52.1 64.7 298.0) |
| OKLCH | oklch(0.599 0.166 281.0) |
Copy-ready code
/* CSS */
color: #716fdf;
background-color: #716fdf;
/* Tailwind (arbitrary) */
class="text-[#716fdf] bg-[#716fdf]"
/* SCSS */
$brand: #716fdf;
/* SwiftUI */
Color(red: 0.443, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#716fdf")Accessibility — WCAG contrast
Aa
#716fdf on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#716fdf on black: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green43.5%
Blue87.5%
CMYK percentages
Cyan49.3%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#716fdf text on a black background
contrast 5.04:1
Card sample
#716fdf text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #716fdf;
Background color
Panel with #716fdf background
background-color: #716fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #716fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #716fdf; background: linear-gradient(135deg, #716fdf, #BC6FDF);