#709df3
a light, electric blue · cool · closest name: dodgerblue
RGB
112, 157, 243
HSL
219°, 85%, 70%
CMYK
54, 35, 0, 5
Luminance
0.3403
Every format
| HEX | #709df3 |
| RGB | rgb(112, 157, 243) |
| HSL | hsl(219, 85%, 70%) |
| CMYK | cmyk(54%, 35%, 0%, 5%) |
| LAB | lab(65.0 9.0 -47.7) |
| LCH | lch(65.0 48.6 280.7) |
| OKLCH | oklch(0.701 0.136 262.4) |
Copy-ready code
/* CSS */
color: #709df3;
background-color: #709df3;
/* Tailwind (arbitrary) */
class="text-[#709df3] bg-[#709df3]"
/* SCSS */
$brand: #709df3;
/* SwiftUI */
Color(red: 0.439, green: 0.616, blue: 0.953)
/* Android */
Color.parseColor("#709df3")Accessibility — WCAG contrast
Aa
#709df3 on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#709df3 on black: 7.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green61.6%
Blue95.3%
CMYK percentages
Cyan53.9%
Magenta35.4%
Yellow0.0%
Key (black)4.7%
Color previews
#709df3 text on a black background
contrast 7.81:1
Card sample
#709df3 text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #709df3;
Background color
Panel with #709df3 background
background-color: #709df3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #709df3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 157, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 157, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #709df3; background: linear-gradient(135deg, #709df3, #9A70F3);