#3b0f43
a deep, vivid magenta / pink · warm · closest name: midnightblue
RGB
59, 15, 67
HSL
291°, 63%, 16%
CMYK
12, 78, 0, 74
Luminance
0.0168
Every format
| HEX | #3b0f43 |
| RGB | rgb(59, 15, 67) |
| HSL | hsl(291, 63%, 16%) |
| CMYK | cmyk(12%, 78%, 0%, 74%) |
| LAB | lab(13.7 29.8 -22.6) |
| LCH | lch(13.7 37.4 322.8) |
| OKLCH | oklch(0.269 0.101 321.1) |
Copy-ready code
/* CSS */
color: #3b0f43;
background-color: #3b0f43;
/* Tailwind (arbitrary) */
class="text-[#3b0f43] bg-[#3b0f43]"
/* SCSS */
$brand: #3b0f43;
/* SwiftUI */
Color(red: 0.231, green: 0.059, blue: 0.263)
/* Android */
Color.parseColor("#3b0f43")Accessibility — WCAG contrast
Aa
#3b0f43 on white: 15.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3b0f43 on black: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green5.9%
Blue26.3%
CMYK percentages
Cyan11.9%
Magenta77.6%
Yellow0.0%
Key (black)73.7%
Color previews
#3b0f43 text on a black background
contrast 1.34:1
Card sample
#3b0f43 text on a white background
contrast 15.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b0f43;
Background color
Panel with #3b0f43 background
background-color: #3b0f43;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b0f43;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 15, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 15, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b0f43; background: linear-gradient(135deg, #3b0f43, #430F28);