#414c62
a dark, soft blue · cool · closest name: darkslategray
RGB
65, 76, 98
HSL
220°, 20%, 32%
CMYK
34, 22, 0, 62
Luminance
0.0717
Every format
| HEX | #414c62 |
| RGB | rgb(65, 76, 98) |
| HSL | hsl(220, 20%, 32%) |
| CMYK | cmyk(34%, 22%, 0%, 62%) |
| LAB | lab(32.2 1.5 -14.3) |
| LCH | lch(32.2 14.4 276.0) |
| OKLCH | oklch(0.416 0.040 264.0) |
Copy-ready code
/* CSS */
color: #414c62;
background-color: #414c62;
/* Tailwind (arbitrary) */
class="text-[#414c62] bg-[#414c62]"
/* SCSS */
$brand: #414c62;
/* SwiftUI */
Color(red: 0.255, green: 0.298, blue: 0.384)
/* Android */
Color.parseColor("#414c62")Accessibility — WCAG contrast
Aa
#414c62 on white: 8.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#414c62 on black: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green29.8%
Blue38.4%
CMYK percentages
Cyan33.7%
Magenta22.4%
Yellow0.0%
Key (black)61.6%
Color previews
#414c62 text on a black background
contrast 2.43:1
Card sample
#414c62 text on a white background
contrast 8.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #414c62;
Background color
Panel with #414c62 background
background-color: #414c62;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #414c62;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 76, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 76, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #414c62; background: linear-gradient(135deg, #414c62, #4C4162);