#4e6e7e
a dark, soft blue · cool · closest name: darkslategray
RGB
78, 110, 126
HSL
200°, 24%, 40%
CMYK
38, 13, 0, 51
Luminance
0.1428
Every format
| HEX | #4e6e7e |
| RGB | rgb(78, 110, 126) |
| HSL | hsl(200, 24%, 40%) |
| CMYK | cmyk(38%, 13%, 0%, 51%) |
| LAB | lab(44.6 -7.2 -12.5) |
| LCH | lch(44.6 14.4 240.2) |
| OKLCH | oklch(0.520 0.045 230.3) |
Copy-ready code
/* CSS */
color: #4e6e7e;
background-color: #4e6e7e;
/* Tailwind (arbitrary) */
class="text-[#4e6e7e] bg-[#4e6e7e]"
/* SCSS */
$brand: #4e6e7e;
/* SwiftUI */
Color(red: 0.306, green: 0.431, blue: 0.494)
/* Android */
Color.parseColor("#4e6e7e")Accessibility — WCAG contrast
Aa
#4e6e7e on white: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4e6e7e on black: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green43.1%
Blue49.4%
CMYK percentages
Cyan38.1%
Magenta12.7%
Yellow0.0%
Key (black)50.6%
Color previews
#4e6e7e text on a black background
contrast 3.86:1
Card sample
#4e6e7e text on a white background
contrast 5.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4e6e7e;
Background color
Panel with #4e6e7e background
background-color: #4e6e7e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4e6e7e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 110, 126, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 110, 126, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4e6e7e; background: linear-gradient(135deg, #4e6e7e, #4E4E7E);