#3b1925
a deep, soft magenta / pink · warm · closest name: black
RGB
59, 25, 37
HSL
339°, 41%, 17%
CMYK
0, 58, 37, 77
Luminance
0.0176
Every format
| HEX | #3b1925 |
| RGB | rgb(59, 25, 37) |
| HSL | hsl(339, 41%, 17%) |
| CMYK | cmyk(0%, 58%, 37%, 77%) |
| LAB | lab(14.2 18.4 -0.4) |
| LCH | lch(14.2 18.4 358.8) |
| OKLCH | oklch(0.267 0.056 359.2) |
Copy-ready code
/* CSS */
color: #3b1925;
background-color: #3b1925;
/* Tailwind (arbitrary) */
class="text-[#3b1925] bg-[#3b1925]"
/* SCSS */
$brand: #3b1925;
/* SwiftUI */
Color(red: 0.231, green: 0.098, blue: 0.145)
/* Android */
Color.parseColor("#3b1925")Accessibility — WCAG contrast
Aa
#3b1925 on white: 15.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3b1925 on black: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green9.8%
Blue14.5%
CMYK percentages
Cyan0.0%
Magenta57.6%
Yellow37.3%
Key (black)76.9%
Color previews
#3b1925 text on a black background
contrast 1.35:1
Card sample
#3b1925 text on a white background
contrast 15.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b1925;
Background color
Panel with #3b1925 background
background-color: #3b1925;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b1925;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 25, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 25, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b1925; background: linear-gradient(135deg, #3b1925, #3B2419);