#709af5
a light, electric blue · cool · closest name: dodgerblue
RGB
112, 154, 245
HSL
221°, 87%, 70%
CMYK
54, 37, 0, 4
Luminance
0.3315
Every format
| HEX | #709af5 |
| RGB | rgb(112, 154, 245) |
| HSL | hsl(221, 87%, 70%) |
| CMYK | cmyk(54%, 37%, 0%, 4%) |
| LAB | lab(64.3 11.4 -49.9) |
| LCH | lch(64.3 51.2 282.8) |
| OKLCH | oklch(0.696 0.142 264.3) |
Copy-ready code
/* CSS */
color: #709af5;
background-color: #709af5;
/* Tailwind (arbitrary) */
class="text-[#709af5] bg-[#709af5]"
/* SCSS */
$brand: #709af5;
/* SwiftUI */
Color(red: 0.439, green: 0.604, blue: 0.961)
/* Android */
Color.parseColor("#709af5")Accessibility — WCAG contrast
Aa
#709af5 on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#709af5 on black: 7.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green60.4%
Blue96.1%
CMYK percentages
Cyan54.3%
Magenta37.1%
Yellow0.0%
Key (black)3.9%
Color previews
#709af5 text on a black background
contrast 7.63:1
Card sample
#709af5 text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #709af5;
Background color
Panel with #709af5 background
background-color: #709af5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #709af5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 154, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 154, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #709af5; background: linear-gradient(135deg, #709af5, #9F70F5);