#3d0f3d
a deep, vivid magenta / pink · warm · closest name: midnightblue
RGB
61, 15, 61
HSL
300°, 61%, 15%
CMYK
0, 75, 0, 76
Luminance
0.0167
Every format
| HEX | #3d0f3d |
| RGB | rgb(61, 15, 61) |
| HSL | hsl(300, 61%, 15%) |
| CMYK | cmyk(0%, 75%, 0%, 76%) |
| LAB | lab(13.7 29.1 -18.4) |
| LCH | lch(13.7 34.4 327.6) |
| OKLCH | oklch(0.268 0.096 327.8) |
Copy-ready code
/* CSS */
color: #3d0f3d;
background-color: #3d0f3d;
/* Tailwind (arbitrary) */
class="text-[#3d0f3d] bg-[#3d0f3d]"
/* SCSS */
$brand: #3d0f3d;
/* SwiftUI */
Color(red: 0.239, green: 0.059, blue: 0.239)
/* Android */
Color.parseColor("#3d0f3d")Accessibility — WCAG contrast
Aa
#3d0f3d on white: 15.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3d0f3d on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green5.9%
Blue23.9%
CMYK percentages
Cyan0.0%
Magenta75.4%
Yellow0.0%
Key (black)76.1%
Color previews
#3d0f3d text on a black background
contrast 1.33:1
Card sample
#3d0f3d text on a white background
contrast 15.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3d0f3d;
Background color
Panel with #3d0f3d background
background-color: #3d0f3d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3d0f3d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 15, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 15, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3d0f3d; background: linear-gradient(135deg, #3d0f3d, #3D0F1E);