#718af8
a light, electric blue · warm · closest name: dodgerblue
RGB
113, 138, 248
HSL
229°, 91%, 71%
CMYK
54, 44, 0, 3
Luminance
0.2846
Every format
| HEX | #718af8 |
| RGB | rgb(113, 138, 248) |
| HSL | hsl(229, 91%, 71%) |
| CMYK | cmyk(54%, 44%, 0%, 3%) |
| LAB | lab(60.3 21.9 -57.9) |
| LCH | lch(60.3 61.9 290.8) |
| OKLCH | oklch(0.666 0.165 271.6) |
Copy-ready code
/* CSS */
color: #718af8;
background-color: #718af8;
/* Tailwind (arbitrary) */
class="text-[#718af8] bg-[#718af8]"
/* SCSS */
$brand: #718af8;
/* SwiftUI */
Color(red: 0.443, green: 0.541, blue: 0.973)
/* Android */
Color.parseColor("#718af8")Accessibility — WCAG contrast
Aa
#718af8 on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#718af8 on black: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green54.1%
Blue97.3%
CMYK percentages
Cyan54.4%
Magenta44.4%
Yellow0.0%
Key (black)2.7%
Color previews
#718af8 text on a black background
contrast 6.69:1
Card sample
#718af8 text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #718af8;
Background color
Panel with #718af8 background
background-color: #718af8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #718af8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 138, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 138, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #718af8; background: linear-gradient(135deg, #718af8, #B271F8);