#717eee
a light, electric blue · warm · closest name: royalblue
RGB
113, 126, 238
HSL
234°, 79%, 69%
CMYK
53, 47, 0, 7
Luminance
0.2461
Every format
| HEX | #717eee |
| RGB | rgb(113, 126, 238) |
| HSL | hsl(234, 79%, 69%) |
| CMYK | cmyk(53%, 47%, 0%, 7%) |
| LAB | lab(56.7 26.0 -58.1) |
| LCH | lch(56.7 63.7 294.1) |
| OKLCH | oklch(0.636 0.166 275.6) |
Copy-ready code
/* CSS */
color: #717eee;
background-color: #717eee;
/* Tailwind (arbitrary) */
class="text-[#717eee] bg-[#717eee]"
/* SCSS */
$brand: #717eee;
/* SwiftUI */
Color(red: 0.443, green: 0.494, blue: 0.933)
/* Android */
Color.parseColor("#717eee")Accessibility — WCAG contrast
Aa
#717eee on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#717eee on black: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green49.4%
Blue93.3%
CMYK percentages
Cyan52.5%
Magenta47.1%
Yellow0.0%
Key (black)6.7%
Color previews
#717eee text on a black background
contrast 5.92:1
Card sample
#717eee text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #717eee;
Background color
Panel with #717eee background
background-color: #717eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #717eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 126, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 126, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #717eee; background: linear-gradient(135deg, #717eee, #B771EE);