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