#45708a
a dark, soft blue · cool · closest name: steelblue
RGB
69, 112, 138
HSL
203°, 33%, 41%
CMYK
50, 19, 0, 46
Luminance
0.1469
Every format
| HEX | #45708a |
| RGB | rgb(69, 112, 138) |
| HSL | hsl(203, 33%, 41%) |
| CMYK | cmyk(50%, 19%, 0%, 46%) |
| LAB | lab(45.2 -7.3 -18.9) |
| LCH | lch(45.2 20.2 248.9) |
| OKLCH | oklch(0.524 0.063 236.3) |
Copy-ready code
/* CSS */
color: #45708a;
background-color: #45708a;
/* Tailwind (arbitrary) */
class="text-[#45708a] bg-[#45708a]"
/* SCSS */
$brand: #45708a;
/* SwiftUI */
Color(red: 0.271, green: 0.439, blue: 0.541)
/* Android */
Color.parseColor("#45708a")Accessibility — WCAG contrast
Aa
#45708a on white: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#45708a on black: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green43.9%
Blue54.1%
CMYK percentages
Cyan50.0%
Magenta18.8%
Yellow0.0%
Key (black)45.9%
Color previews
#45708a text on a black background
contrast 3.94:1
Card sample
#45708a text on a white background
contrast 5.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45708a;
Background color
Panel with #45708a background
background-color: #45708a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45708a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 112, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 112, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45708a; background: linear-gradient(135deg, #45708a, #48458A);