#4d697f
a dark, soft blue · cool · closest name: darkslategray
RGB
77, 105, 127
HSL
206°, 25%, 40%
CMYK
39, 17, 0, 50
Luminance
0.1321
Every format
| HEX | #4d697f |
| RGB | rgb(77, 105, 127) |
| HSL | hsl(206, 25%, 40%) |
| CMYK | cmyk(39%, 17%, 0%, 50%) |
| LAB | lab(43.1 -4.2 -15.5) |
| LCH | lch(43.1 16.1 254.7) |
| OKLCH | oklch(0.507 0.048 242.5) |
Copy-ready code
/* CSS */
color: #4d697f;
background-color: #4d697f;
/* Tailwind (arbitrary) */
class="text-[#4d697f] bg-[#4d697f]"
/* SCSS */
$brand: #4d697f;
/* SwiftUI */
Color(red: 0.302, green: 0.412, blue: 0.498)
/* Android */
Color.parseColor("#4d697f")Accessibility — WCAG contrast
Aa
#4d697f on white: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4d697f on black: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green41.2%
Blue49.8%
CMYK percentages
Cyan39.4%
Magenta17.3%
Yellow0.0%
Key (black)50.2%
Color previews
#4d697f text on a black background
contrast 3.64:1
Card sample
#4d697f text on a white background
contrast 5.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4d697f;
Background color
Panel with #4d697f background
background-color: #4d697f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4d697f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 105, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 105, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4d697f; background: linear-gradient(135deg, #4d697f, #524D7F);