#718df4
a light, electric blue · warm · closest name: dodgerblue
RGB
113, 141, 244
HSL
227°, 86%, 70%
CMYK
54, 42, 0, 4
Luminance
0.2909
Every format
| HEX | #718df4 |
| RGB | rgb(113, 141, 244) |
| HSL | hsl(227, 86%, 70%) |
| CMYK | cmyk(54%, 42%, 0%, 4%) |
| LAB | lab(60.9 18.9 -54.8) |
| LCH | lch(60.9 58.0 289.0) |
| OKLCH | oklch(0.669 0.156 270.3) |
Copy-ready code
/* CSS */
color: #718df4;
background-color: #718df4;
/* Tailwind (arbitrary) */
class="text-[#718df4] bg-[#718df4]"
/* SCSS */
$brand: #718df4;
/* SwiftUI */
Color(red: 0.443, green: 0.553, blue: 0.957)
/* Android */
Color.parseColor("#718df4")Accessibility — WCAG contrast
Aa
#718df4 on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#718df4 on black: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green55.3%
Blue95.7%
CMYK percentages
Cyan53.7%
Magenta42.2%
Yellow0.0%
Key (black)4.3%
Color previews
#718df4 text on a black background
contrast 6.82:1
Card sample
#718df4 text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #718df4;
Background color
Panel with #718df4 background
background-color: #718df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #718df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 141, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 141, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #718df4; background: linear-gradient(135deg, #718df4, #AC71F4);