#3d697f
a dark, soft blue · cool · closest name: darkslategray
RGB
61, 105, 127
HSL
200°, 35%, 37%
CMYK
52, 17, 0, 50
Luminance
0.1263
Every format
| HEX | #3d697f |
| RGB | rgb(61, 105, 127) |
| HSL | hsl(200, 35%, 37%) |
| CMYK | cmyk(52%, 17%, 0%, 50%) |
| LAB | lab(42.2 -8.6 -16.9) |
| LCH | lch(42.2 19.0 243.0) |
| OKLCH | oklch(0.498 0.060 231.4) |
Copy-ready code
/* CSS */
color: #3d697f;
background-color: #3d697f;
/* Tailwind (arbitrary) */
class="text-[#3d697f] bg-[#3d697f]"
/* SCSS */
$brand: #3d697f;
/* SwiftUI */
Color(red: 0.239, green: 0.412, blue: 0.498)
/* Android */
Color.parseColor("#3d697f")Accessibility — WCAG contrast
Aa
#3d697f on white: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3d697f on black: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green41.2%
Blue49.8%
CMYK percentages
Cyan52.0%
Magenta17.3%
Yellow0.0%
Key (black)50.2%
Color previews
#3d697f text on a black background
contrast 3.53:1
Card sample
#3d697f text on a white background
contrast 5.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3d697f;
Background color
Panel with #3d697f background
background-color: #3d697f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3d697f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 105, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 105, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3d697f; background: linear-gradient(135deg, #3d697f, #3D3D7F);