#411925
a deep, soft magenta / pink · warm · closest name: black
RGB
65, 25, 37
HSL
342°, 44%, 18%
CMYK
0, 62, 43, 75
Luminance
0.0195
Every format
| HEX | #411925 |
| RGB | rgb(65, 25, 37) |
| HSL | hsl(342, 44%, 18%) |
| CMYK | cmyk(0%, 62%, 43%, 75%) |
| LAB | lab(15.2 20.9 1.3) |
| LCH | lch(15.2 20.9 3.6) |
| OKLCH | oklch(0.278 0.064 3.3) |
Copy-ready code
/* CSS */
color: #411925;
background-color: #411925;
/* Tailwind (arbitrary) */
class="text-[#411925] bg-[#411925]"
/* SCSS */
$brand: #411925;
/* SwiftUI */
Color(red: 0.255, green: 0.098, blue: 0.145)
/* Android */
Color.parseColor("#411925")Accessibility — WCAG contrast
Aa
#411925 on white: 15.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#411925 on black: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green9.8%
Blue14.5%
CMYK percentages
Cyan0.0%
Magenta61.5%
Yellow43.1%
Key (black)74.5%
Color previews
#411925 text on a black background
contrast 1.39:1
Card sample
#411925 text on a white background
contrast 15.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #411925;
Background color
Panel with #411925 background
background-color: #411925;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #411925;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 25, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 25, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #411925; background: linear-gradient(135deg, #411925, #412819);