#718eb3
a balanced, soft blue · cool · closest name: steelblue
RGB
113, 142, 179
HSL
214°, 30%, 57%
CMYK
37, 21, 0, 30
Luminance
0.2611
Every format
| HEX | #718eb3 |
| RGB | rgb(113, 142, 179) |
| HSL | hsl(214, 30%, 57%) |
| CMYK | cmyk(37%, 21%, 0%, 30%) |
| LAB | lab(58.1 -0.9 -22.6) |
| LCH | lch(58.1 22.7 267.8) |
| OKLCH | oklch(0.639 0.065 254.8) |
Copy-ready code
/* CSS */
color: #718eb3;
background-color: #718eb3;
/* Tailwind (arbitrary) */
class="text-[#718eb3] bg-[#718eb3]"
/* SCSS */
$brand: #718eb3;
/* SwiftUI */
Color(red: 0.443, green: 0.557, blue: 0.702)
/* Android */
Color.parseColor("#718eb3")Accessibility — WCAG contrast
Aa
#718eb3 on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#718eb3 on black: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green55.7%
Blue70.2%
CMYK percentages
Cyan36.9%
Magenta20.7%
Yellow0.0%
Key (black)29.8%
Color previews
#718eb3 text on a black background
contrast 6.22:1
Card sample
#718eb3 text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #718eb3;
Background color
Panel with #718eb3 background
background-color: #718eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #718eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 142, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 142, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #718eb3; background: linear-gradient(135deg, #718eb3, #8071B3);