#717cf4
a light, electric blue · warm · closest name: royalblue
RGB
113, 124, 244
HSL
235°, 86%, 70%
CMYK
54, 49, 0, 4
Luminance
0.2446
Every format
| HEX | #717cf4 |
| RGB | rgb(113, 124, 244) |
| HSL | hsl(235, 86%, 70%) |
| CMYK | cmyk(54%, 49%, 0%, 4%) |
| LAB | lab(56.5 29.0 -61.7) |
| LCH | lch(56.5 68.2 295.2) |
| OKLCH | oklch(0.637 0.177 276.2) |
Copy-ready code
/* CSS */
color: #717cf4;
background-color: #717cf4;
/* Tailwind (arbitrary) */
class="text-[#717cf4] bg-[#717cf4]"
/* SCSS */
$brand: #717cf4;
/* SwiftUI */
Color(red: 0.443, green: 0.486, blue: 0.957)
/* Android */
Color.parseColor("#717cf4")Accessibility — WCAG contrast
Aa
#717cf4 on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#717cf4 on black: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green48.6%
Blue95.7%
CMYK percentages
Cyan53.7%
Magenta49.2%
Yellow0.0%
Key (black)4.3%
Color previews
#717cf4 text on a black background
contrast 5.89:1
Card sample
#717cf4 text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #717cf4;
Background color
Panel with #717cf4 background
background-color: #717cf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #717cf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 124, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 124, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #717cf4; background: linear-gradient(135deg, #717cf4, #BD71F4);