#739baf
a balanced, soft blue · cool · closest name: gray
RGB
115, 155, 175
HSL
200°, 27%, 57%
CMYK
34, 11, 0, 31
Luminance
0.3018
Every format
| HEX | #739baf |
| RGB | rgb(115, 155, 175) |
| HSL | hsl(200, 27%, 57%) |
| CMYK | cmyk(34%, 11%, 0%, 31%) |
| LAB | lab(61.8 -8.6 -14.8) |
| LCH | lch(61.8 17.1 239.7) |
| OKLCH | oklch(0.667 0.053 230.2) |
Copy-ready code
/* CSS */
color: #739baf;
background-color: #739baf;
/* Tailwind (arbitrary) */
class="text-[#739baf] bg-[#739baf]"
/* SCSS */
$brand: #739baf;
/* SwiftUI */
Color(red: 0.451, green: 0.608, blue: 0.686)
/* Android */
Color.parseColor("#739baf")Accessibility — WCAG contrast
Aa
#739baf on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#739baf on black: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green60.8%
Blue68.6%
CMYK percentages
Cyan34.3%
Magenta11.4%
Yellow0.0%
Key (black)31.4%
Color previews
#739baf text on a black background
contrast 7.04:1
Card sample
#739baf text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #739baf;
Background color
Panel with #739baf background
background-color: #739baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #739baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 155, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 155, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #739baf; background: linear-gradient(135deg, #739baf, #7373AF);