#719fdf
a light, vivid blue · cool · closest name: steelblue
RGB
113, 159, 223
HSL
215°, 63%, 66%
CMYK
49, 29, 0, 13
Luminance
0.3363
Every format
| HEX | #719fdf |
| RGB | rgb(113, 159, 223) |
| HSL | hsl(215, 63%, 66%) |
| CMYK | cmyk(49%, 29%, 0%, 13%) |
| LAB | lab(64.7 2.0 -37.2) |
| LCH | lch(64.7 37.3 273.1) |
| OKLCH | oklch(0.696 0.107 256.8) |
Copy-ready code
/* CSS */
color: #719fdf;
background-color: #719fdf;
/* Tailwind (arbitrary) */
class="text-[#719fdf] bg-[#719fdf]"
/* SCSS */
$brand: #719fdf;
/* SwiftUI */
Color(red: 0.443, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#719fdf")Accessibility — WCAG contrast
Aa
#719fdf on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#719fdf on black: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green62.4%
Blue87.5%
CMYK percentages
Cyan49.3%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#719fdf text on a black background
contrast 7.73:1
Card sample
#719fdf text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #719fdf;
Background color
Panel with #719fdf background
background-color: #719fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #719fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #719fdf; background: linear-gradient(135deg, #719fdf, #8C71DF);