#718ace
a balanced, vivid blue · cool · closest name: steelblue
RGB
113, 138, 206
HSL
224°, 49%, 63%
CMYK
45, 33, 0, 19
Luminance
0.2614
Every format
| HEX | #718ace |
| RGB | rgb(113, 138, 206) |
| HSL | hsl(224, 49%, 63%) |
| CMYK | cmyk(45%, 33%, 0%, 19%) |
| LAB | lab(58.2 9.1 -37.9) |
| LCH | lch(58.2 39.0 283.5) |
| OKLCH | oklch(0.642 0.106 268.0) |
Copy-ready code
/* CSS */
color: #718ace;
background-color: #718ace;
/* Tailwind (arbitrary) */
class="text-[#718ace] bg-[#718ace]"
/* SCSS */
$brand: #718ace;
/* SwiftUI */
Color(red: 0.443, green: 0.541, blue: 0.808)
/* Android */
Color.parseColor("#718ace")Accessibility — WCAG contrast
Aa
#718ace on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#718ace on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green54.1%
Blue80.8%
CMYK percentages
Cyan45.1%
Magenta33.0%
Yellow0.0%
Key (black)19.2%
Color previews
#718ace text on a black background
contrast 6.23:1
Card sample
#718ace text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #718ace;
Background color
Panel with #718ace background
background-color: #718ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #718ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 138, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 138, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #718ace; background: linear-gradient(135deg, #718ace, #9671CE);