#717dfd
a light, electric blue · warm · closest name: royalblue
RGB
113, 125, 253
HSL
235°, 97%, 72%
CMYK
55, 51, 0, 1
Luminance
0.2527
Every format
| HEX | #717dfd |
| RGB | rgb(113, 125, 253) |
| HSL | hsl(235, 97%, 72%) |
| CMYK | cmyk(55%, 51%, 0%, 1%) |
| LAB | lab(57.3 31.3 -65.4) |
| LCH | lch(57.3 72.5 295.5) |
| OKLCH | oklch(0.644 0.188 275.8) |
Copy-ready code
/* CSS */
color: #717dfd;
background-color: #717dfd;
/* Tailwind (arbitrary) */
class="text-[#717dfd] bg-[#717dfd]"
/* SCSS */
$brand: #717dfd;
/* SwiftUI */
Color(red: 0.443, green: 0.490, blue: 0.992)
/* Android */
Color.parseColor("#717dfd")Accessibility — WCAG contrast
Aa
#717dfd on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#717dfd on black: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green49.0%
Blue99.2%
CMYK percentages
Cyan55.3%
Magenta50.6%
Yellow0.0%
Key (black)0.8%
Color previews
#717dfd text on a black background
contrast 6.05:1
Card sample
#717dfd text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #717dfd;
Background color
Panel with #717dfd background
background-color: #717dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #717dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 125, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 125, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #717dfd; background: linear-gradient(135deg, #717dfd, #C371FD);