#607474
a dark, muted cyan · cool · closest name: gray
RGB
96, 116, 116
HSL
180°, 9%, 42%
CMYK
17, 0, 0, 55
Luminance
0.1624
Every format
| HEX | #607474 |
| RGB | rgb(96, 116, 116) |
| HSL | hsl(180, 9%, 42%) |
| CMYK | cmyk(17%, 0%, 0%, 55%) |
| LAB | lab(47.3 -7.3 -2.5) |
| LCH | lch(47.3 7.7 198.5) |
| OKLCH | oklch(0.543 0.024 196.5) |
Copy-ready code
/* CSS */
color: #607474;
background-color: #607474;
/* Tailwind (arbitrary) */
class="text-[#607474] bg-[#607474]"
/* SCSS */
$brand: #607474;
/* SwiftUI */
Color(red: 0.376, green: 0.455, blue: 0.455)
/* Android */
Color.parseColor("#607474")Accessibility — WCAG contrast
Aa
#607474 on white: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#607474 on black: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green45.5%
Blue45.5%
CMYK percentages
Cyan17.2%
Magenta0.0%
Yellow0.0%
Key (black)54.5%
Color previews
#607474 text on a black background
contrast 4.25:1
Card sample
#607474 text on a white background
contrast 4.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #607474;
Background color
Panel with #607474 background
background-color: #607474;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #607474;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 116, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 116, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #607474; background: linear-gradient(135deg, #607474, #606774);