#717cdb
a light, vivid blue · warm · closest name: royalblue
RGB
113, 124, 219
HSL
234°, 60%, 65%
CMYK
48, 43, 0, 14
Luminance
0.2304
Every format
| HEX | #717cdb |
| RGB | rgb(113, 124, 219) |
| HSL | hsl(234, 60%, 65%) |
| CMYK | cmyk(48%, 43%, 0%, 14%) |
| LAB | lab(55.1 21.4 -50.0) |
| LCH | lch(55.1 54.4 293.1) |
| OKLCH | oklch(0.621 0.143 276.4) |
Copy-ready code
/* CSS */
color: #717cdb;
background-color: #717cdb;
/* Tailwind (arbitrary) */
class="text-[#717cdb] bg-[#717cdb]"
/* SCSS */
$brand: #717cdb;
/* SwiftUI */
Color(red: 0.443, green: 0.486, blue: 0.859)
/* Android */
Color.parseColor("#717cdb")Accessibility — WCAG contrast
Aa
#717cdb on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#717cdb on black: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green48.6%
Blue85.9%
CMYK percentages
Cyan48.4%
Magenta43.4%
Yellow0.0%
Key (black)14.1%
Color previews
#717cdb text on a black background
contrast 5.61:1
Card sample
#717cdb text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #717cdb;
Background color
Panel with #717cdb background
background-color: #717cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #717cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 124, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 124, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #717cdb; background: linear-gradient(135deg, #717cdb, #AD71DB);