#45779f
a dark, soft blue · cool · closest name: steelblue
RGB
69, 119, 159
HSL
207°, 40%, 45%
CMYK
57, 25, 0, 38
Luminance
0.1696
Every format
| HEX | #45779f |
| RGB | rgb(69, 119, 159) |
| HSL | hsl(207, 40%, 45%) |
| CMYK | cmyk(57%, 25%, 0%, 38%) |
| LAB | lab(48.2 -4.7 -26.6) |
| LCH | lch(48.2 27.1 259.9) |
| OKLCH | oklch(0.551 0.083 244.2) |
Copy-ready code
/* CSS */
color: #45779f;
background-color: #45779f;
/* Tailwind (arbitrary) */
class="text-[#45779f] bg-[#45779f]"
/* SCSS */
$brand: #45779f;
/* SwiftUI */
Color(red: 0.271, green: 0.467, blue: 0.624)
/* Android */
Color.parseColor("#45779f")Accessibility — WCAG contrast
Aa
#45779f on white: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#45779f on black: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green46.7%
Blue62.4%
CMYK percentages
Cyan56.6%
Magenta25.2%
Yellow0.0%
Key (black)37.6%
Color previews
#45779f text on a black background
contrast 4.39:1
Card sample
#45779f text on a white background
contrast 4.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45779f;
Background color
Panel with #45779f background
background-color: #45779f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45779f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 119, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 119, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45779f; background: linear-gradient(135deg, #45779f, #4F459F);