#413f4f
a dark, muted blue · warm · closest name: darkslategray
RGB
65, 63, 79
HSL
248°, 11%, 28%
CMYK
18, 20, 0, 69
Luminance
0.0524
Every format
| HEX | #413f4f |
| RGB | rgb(65, 63, 79) |
| HSL | hsl(248, 11%, 28%) |
| CMYK | cmyk(18%, 20%, 0%, 69%) |
| LAB | lab(27.4 4.7 -9.3) |
| LCH | lch(27.4 10.5 296.7) |
| OKLCH | oklch(0.376 0.027 290.8) |
Copy-ready code
/* CSS */
color: #413f4f;
background-color: #413f4f;
/* Tailwind (arbitrary) */
class="text-[#413f4f] bg-[#413f4f]"
/* SCSS */
$brand: #413f4f;
/* SwiftUI */
Color(red: 0.255, green: 0.247, blue: 0.310)
/* Android */
Color.parseColor("#413f4f")Accessibility — WCAG contrast
Aa
#413f4f on white: 10.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#413f4f on black: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green24.7%
Blue31.0%
CMYK percentages
Cyan17.7%
Magenta20.3%
Yellow0.0%
Key (black)69.0%
Color previews
#413f4f text on a black background
contrast 2.05:1
Card sample
#413f4f text on a white background
contrast 10.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #413f4f;
Background color
Panel with #413f4f background
background-color: #413f4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #413f4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 63, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 63, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #413f4f; background: linear-gradient(135deg, #413f4f, #4C3F4F);