#50737c
a dark, soft cyan · cool · closest name: gray
RGB
80, 115, 124
HSL
192°, 22%, 40%
CMYK
36, 7, 0, 51
Luminance
0.1542
Every format
| HEX | #50737c |
| RGB | rgb(80, 115, 124) |
| HSL | hsl(192, 22%, 40%) |
| CMYK | cmyk(36%, 7%, 0%, 51%) |
| LAB | lab(46.2 -10.0 -8.9) |
| LCH | lch(46.2 13.4 221.8) |
| OKLCH | oklch(0.532 0.042 215.5) |
Copy-ready code
/* CSS */
color: #50737c;
background-color: #50737c;
/* Tailwind (arbitrary) */
class="text-[#50737c] bg-[#50737c]"
/* SCSS */
$brand: #50737c;
/* SwiftUI */
Color(red: 0.314, green: 0.451, blue: 0.486)
/* Android */
Color.parseColor("#50737c")Accessibility — WCAG contrast
Aa
#50737c on white: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#50737c on black: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green45.1%
Blue48.6%
CMYK percentages
Cyan35.5%
Magenta7.3%
Yellow0.0%
Key (black)51.4%
Color previews
#50737c text on a black background
contrast 4.08:1
Card sample
#50737c text on a white background
contrast 5.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #50737c;
Background color
Panel with #50737c background
background-color: #50737c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #50737c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 115, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 115, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #50737c; background: linear-gradient(135deg, #50737c, #50567C);