#716cfd
a light, electric blue · warm · closest name: slateblue
RGB
113, 108, 253
HSL
242°, 97%, 71%
CMYK
55, 57, 0, 1
Luminance
0.2133
Every format
| HEX | #716cfd |
| RGB | rgb(113, 108, 253) |
| HSL | hsl(242, 97%, 71%) |
| CMYK | cmyk(55%, 57%, 0%, 1%) |
| LAB | lab(53.3 41.3 -71.9) |
| LCH | lch(53.3 82.9 299.9) |
| OKLCH | oklch(0.614 0.209 279.8) |
Copy-ready code
/* CSS */
color: #716cfd;
background-color: #716cfd;
/* Tailwind (arbitrary) */
class="text-[#716cfd] bg-[#716cfd]"
/* SCSS */
$brand: #716cfd;
/* SwiftUI */
Color(red: 0.443, green: 0.424, blue: 0.992)
/* Android */
Color.parseColor("#716cfd")Accessibility — WCAG contrast
Aa
#716cfd on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#716cfd on black: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green42.4%
Blue99.2%
CMYK percentages
Cyan55.3%
Magenta57.3%
Yellow0.0%
Key (black)0.8%
Color previews
#716cfd text on a black background
contrast 5.27:1
Card sample
#716cfd text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #716cfd;
Background color
Panel with #716cfd background
background-color: #716cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #716cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 108, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 108, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #716cfd; background: linear-gradient(135deg, #716cfd, #D26CFD);