#414e69
a dark, soft blue · cool · closest name: darkslategray
RGB
65, 78, 105
HSL
221°, 24%, 33%
CMYK
38, 26, 0, 59
Luminance
0.0759
Every format
| HEX | #414e69 |
| RGB | rgb(65, 78, 105) |
| HSL | hsl(221, 24%, 33%) |
| CMYK | cmyk(38%, 26%, 0%, 59%) |
| LAB | lab(33.1 2.3 -17.3) |
| LCH | lch(33.1 17.4 277.6) |
| OKLCH | oklch(0.424 0.048 264.5) |
Copy-ready code
/* CSS */
color: #414e69;
background-color: #414e69;
/* Tailwind (arbitrary) */
class="text-[#414e69] bg-[#414e69]"
/* SCSS */
$brand: #414e69;
/* SwiftUI */
Color(red: 0.255, green: 0.306, blue: 0.412)
/* Android */
Color.parseColor("#414e69")Accessibility — WCAG contrast
Aa
#414e69 on white: 8.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#414e69 on black: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green30.6%
Blue41.2%
CMYK percentages
Cyan38.1%
Magenta25.7%
Yellow0.0%
Key (black)58.8%
Color previews
#414e69 text on a black background
contrast 2.52:1
Card sample
#414e69 text on a white background
contrast 8.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #414e69;
Background color
Panel with #414e69 background
background-color: #414e69;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #414e69;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 78, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 78, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #414e69; background: linear-gradient(135deg, #414e69, #4F4169);