#496e83
a dark, soft blue · cool · closest name: darkslategray
RGB
73, 110, 131
HSL
202°, 28%, 40%
CMYK
44, 16, 0, 49
Luminance
0.1421
Every format
| HEX | #496e83 |
| RGB | rgb(73, 110, 131) |
| HSL | hsl(202, 28%, 40%) |
| CMYK | cmyk(44%, 16%, 0%, 49%) |
| LAB | lab(44.5 -7.2 -15.7) |
| LCH | lch(44.5 17.3 245.5) |
| OKLCH | oklch(0.519 0.054 234.1) |
Copy-ready code
/* CSS */
color: #496e83;
background-color: #496e83;
/* Tailwind (arbitrary) */
class="text-[#496e83] bg-[#496e83]"
/* SCSS */
$brand: #496e83;
/* SwiftUI */
Color(red: 0.286, green: 0.431, blue: 0.514)
/* Android */
Color.parseColor("#496e83")Accessibility — WCAG contrast
Aa
#496e83 on white: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#496e83 on black: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green43.1%
Blue51.4%
CMYK percentages
Cyan44.3%
Magenta16.0%
Yellow0.0%
Key (black)48.6%
Color previews
#496e83 text on a black background
contrast 3.84:1
Card sample
#496e83 text on a white background
contrast 5.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #496e83;
Background color
Panel with #496e83 background
background-color: #496e83;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #496e83;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 110, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 110, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #496e83; background: linear-gradient(135deg, #496e83, #4B4983);