#717fdf
a light, vivid blue · warm · closest name: dodgerblue
RGB
113, 127, 223
HSL
232°, 63%, 66%
CMYK
49, 43, 0, 13
Luminance
0.2402
Every format
| HEX | #717fdf |
| RGB | rgb(113, 127, 223) |
| HSL | hsl(232, 63%, 66%) |
| CMYK | cmyk(49%, 43%, 0%, 13%) |
| LAB | lab(56.1 20.8 -50.7) |
| LCH | lch(56.1 54.8 292.3) |
| OKLCH | oklch(0.629 0.144 275.2) |
Copy-ready code
/* CSS */
color: #717fdf;
background-color: #717fdf;
/* Tailwind (arbitrary) */
class="text-[#717fdf] bg-[#717fdf]"
/* SCSS */
$brand: #717fdf;
/* SwiftUI */
Color(red: 0.443, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#717fdf")Accessibility — WCAG contrast
Aa
#717fdf on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#717fdf on black: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green49.8%
Blue87.5%
CMYK percentages
Cyan49.3%
Magenta43.0%
Yellow0.0%
Key (black)12.5%
Color previews
#717fdf text on a black background
contrast 5.80:1
Card sample
#717fdf text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #717fdf;
Background color
Panel with #717fdf background
background-color: #717fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #717fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #717fdf; background: linear-gradient(135deg, #717fdf, #AC71DF);