#496e92
a dark, soft blue · cool · closest name: steelblue
RGB
73, 110, 146
HSL
210°, 33%, 43%
CMYK
50, 25, 0, 43
Luminance
0.1464
Every format
| HEX | #496e92 |
| RGB | rgb(73, 110, 146) |
| HSL | hsl(210, 33%, 43%) |
| CMYK | cmyk(50%, 25%, 0%, 43%) |
| LAB | lab(45.1 -2.6 -23.7) |
| LCH | lch(45.1 23.9 263.7) |
| OKLCH | oklch(0.526 0.071 248.7) |
Copy-ready code
/* CSS */
color: #496e92;
background-color: #496e92;
/* Tailwind (arbitrary) */
class="text-[#496e92] bg-[#496e92]"
/* SCSS */
$brand: #496e92;
/* SwiftUI */
Color(red: 0.286, green: 0.431, blue: 0.573)
/* Android */
Color.parseColor("#496e92")Accessibility — WCAG contrast
Aa
#496e92 on white: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#496e92 on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green43.1%
Blue57.3%
CMYK percentages
Cyan50.0%
Magenta24.7%
Yellow0.0%
Key (black)42.7%
Color previews
#496e92 text on a black background
contrast 3.93:1
Card sample
#496e92 text on a white background
contrast 5.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #496e92;
Background color
Panel with #496e92 background
background-color: #496e92;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #496e92;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 110, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 110, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #496e92; background: linear-gradient(135deg, #496e92, #554992);