#44709c
a dark, soft blue · cool · closest name: steelblue
RGB
68, 112, 156
HSL
210°, 39%, 44%
CMYK
56, 28, 0, 39
Luminance
0.1522
Every format
| HEX | #44709c |
| RGB | rgb(68, 112, 156) |
| HSL | hsl(210, 39%, 44%) |
| CMYK | cmyk(56%, 28%, 0%, 39%) |
| LAB | lab(45.9 -1.8 -28.4) |
| LCH | lch(45.9 28.5 266.4) |
| OKLCH | oklch(0.533 0.085 249.7) |
Copy-ready code
/* CSS */
color: #44709c;
background-color: #44709c;
/* Tailwind (arbitrary) */
class="text-[#44709c] bg-[#44709c]"
/* SCSS */
$brand: #44709c;
/* SwiftUI */
Color(red: 0.267, green: 0.439, blue: 0.612)
/* Android */
Color.parseColor("#44709c")Accessibility — WCAG contrast
Aa
#44709c on white: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#44709c on black: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green43.9%
Blue61.2%
CMYK percentages
Cyan56.4%
Magenta28.2%
Yellow0.0%
Key (black)38.8%
Color previews
#44709c text on a black background
contrast 4.04:1
Card sample
#44709c text on a white background
contrast 5.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44709c;
Background color
Panel with #44709c background
background-color: #44709c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44709c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 112, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 112, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44709c; background: linear-gradient(135deg, #44709c, #53449C);