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