#41004f
a deep, electric violet · warm · closest name: midnightblue
RGB
65, 0, 79
HSL
289°, 100%, 16%
CMYK
18, 100, 0, 69
Luminance
0.0169
Every format
| HEX | #41004f |
| RGB | rgb(65, 0, 79) |
| HSL | hsl(289, 100%, 16%) |
| CMYK | cmyk(18%, 100%, 0%, 69%) |
| LAB | lab(13.8 39.5 -30.8) |
| LCH | lch(13.8 50.1 322.1) |
| OKLCH | oklch(0.275 0.132 319.0) |
Copy-ready code
/* CSS */
color: #41004f;
background-color: #41004f;
/* Tailwind (arbitrary) */
class="text-[#41004f] bg-[#41004f]"
/* SCSS */
$brand: #41004f;
/* SwiftUI */
Color(red: 0.255, green: 0.000, blue: 0.310)
/* Android */
Color.parseColor("#41004f")Accessibility — WCAG contrast
Aa
#41004f on white: 15.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#41004f on black: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green0.0%
Blue31.0%
CMYK percentages
Cyan17.7%
Magenta100.0%
Yellow0.0%
Key (black)69.0%
Color previews
#41004f text on a black background
contrast 1.34:1
Card sample
#41004f text on a white background
contrast 15.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41004f;
Background color
Panel with #41004f background
background-color: #41004f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41004f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 0, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 0, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41004f; background: linear-gradient(135deg, #41004f, #4F0028);