#496e71
a dark, soft cyan · cool · closest name: darkslategray
RGB
73, 110, 113
HSL
185°, 22%, 37%
CMYK
35, 3, 0, 56
Luminance
0.1376
Every format
| HEX | #496e71 |
| RGB | rgb(73, 110, 113) |
| HSL | hsl(185, 22%, 37%) |
| CMYK | cmyk(35%, 3%, 0%, 56%) |
| LAB | lab(43.9 -12.3 -5.9) |
| LCH | lch(43.9 13.6 205.6) |
| OKLCH | oklch(0.512 0.042 202.3) |
Copy-ready code
/* CSS */
color: #496e71;
background-color: #496e71;
/* Tailwind (arbitrary) */
class="text-[#496e71] bg-[#496e71]"
/* SCSS */
$brand: #496e71;
/* SwiftUI */
Color(red: 0.286, green: 0.431, blue: 0.443)
/* Android */
Color.parseColor("#496e71")Accessibility — WCAG contrast
Aa
#496e71 on white: 5.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#496e71 on black: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green43.1%
Blue44.3%
CMYK percentages
Cyan35.4%
Magenta2.7%
Yellow0.0%
Key (black)55.7%
Color previews
#496e71 text on a black background
contrast 3.75:1
Card sample
#496e71 text on a white background
contrast 5.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #496e71;
Background color
Panel with #496e71 background
background-color: #496e71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #496e71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 110, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 110, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #496e71; background: linear-gradient(135deg, #496e71, #495371);