#709ab8
a balanced, soft blue · cool · closest name: steelblue
RGB
112, 154, 184
HSL
205°, 34%, 58%
CMYK
39, 16, 0, 28
Luminance
0.3002
Every format
| HEX | #709ab8 |
| RGB | rgb(112, 154, 184) |
| HSL | hsl(205, 34%, 58%) |
| CMYK | cmyk(39%, 16%, 0%, 28%) |
| LAB | lab(61.7 -6.5 -20.1) |
| LCH | lch(61.7 21.1 252.0) |
| OKLCH | oklch(0.667 0.064 240.0) |
Copy-ready code
/* CSS */
color: #709ab8;
background-color: #709ab8;
/* Tailwind (arbitrary) */
class="text-[#709ab8] bg-[#709ab8]"
/* SCSS */
$brand: #709ab8;
/* SwiftUI */
Color(red: 0.439, green: 0.604, blue: 0.722)
/* Android */
Color.parseColor("#709ab8")Accessibility — WCAG contrast
Aa
#709ab8 on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#709ab8 on black: 7.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green60.4%
Blue72.2%
CMYK percentages
Cyan39.1%
Magenta16.3%
Yellow0.0%
Key (black)27.8%
Color previews
#709ab8 text on a black background
contrast 7.00:1
Card sample
#709ab8 text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #709ab8;
Background color
Panel with #709ab8 background
background-color: #709ab8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #709ab8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 154, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 154, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #709ab8; background: linear-gradient(135deg, #709ab8, #7670B8);