#4e5a65
a dark, muted blue · cool · closest name: darkslategray
RGB
78, 90, 101
HSL
209°, 13%, 35%
CMYK
23, 11, 0, 60
Luminance
0.0987
Every format
| HEX | #4e5a65 |
| RGB | rgb(78, 90, 101) |
| HSL | hsl(209, 13%, 35%) |
| CMYK | cmyk(23%, 11%, 0%, 60%) |
| LAB | lab(37.6 -1.9 -7.9) |
| LCH | lch(37.6 8.1 256.1) |
| OKLCH | oklch(0.461 0.023 246.0) |
Copy-ready code
/* CSS */
color: #4e5a65;
background-color: #4e5a65;
/* Tailwind (arbitrary) */
class="text-[#4e5a65] bg-[#4e5a65]"
/* SCSS */
$brand: #4e5a65;
/* SwiftUI */
Color(red: 0.306, green: 0.353, blue: 0.396)
/* Android */
Color.parseColor("#4e5a65")Accessibility — WCAG contrast
Aa
#4e5a65 on white: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4e5a65 on black: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green35.3%
Blue39.6%
CMYK percentages
Cyan22.8%
Magenta10.9%
Yellow0.0%
Key (black)60.4%
Color previews
#4e5a65 text on a black background
contrast 2.97:1
Card sample
#4e5a65 text on a white background
contrast 7.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4e5a65;
Background color
Panel with #4e5a65 background
background-color: #4e5a65;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4e5a65;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 90, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 90, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4e5a65; background: linear-gradient(135deg, #4e5a65, #514E65);