#3c243c
a deep, soft magenta / pink · warm · closest name: black
RGB
60, 36, 60
HSL
300°, 25%, 19%
CMYK
0, 40, 0, 77
Luminance
0.0255
Every format
| HEX | #3c243c |
| RGB | rgb(60, 36, 60) |
| HSL | hsl(300, 25%, 19%) |
| CMYK | cmyk(0%, 40%, 0%, 77%) |
| LAB | lab(18.1 16.1 -10.8) |
| LCH | lch(18.1 19.4 326.3) |
| OKLCH | oklch(0.301 0.053 326.8) |
Copy-ready code
/* CSS */
color: #3c243c;
background-color: #3c243c;
/* Tailwind (arbitrary) */
class="text-[#3c243c] bg-[#3c243c]"
/* SCSS */
$brand: #3c243c;
/* SwiftUI */
Color(red: 0.235, green: 0.141, blue: 0.235)
/* Android */
Color.parseColor("#3c243c")Accessibility — WCAG contrast
Aa
#3c243c on white: 13.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c243c on black: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green14.1%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta40.0%
Yellow0.0%
Key (black)76.5%
Color previews
#3c243c text on a black background
contrast 1.51:1
Card sample
#3c243c text on a white background
contrast 13.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c243c;
Background color
Panel with #3c243c background
background-color: #3c243c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c243c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 36, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 36, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c243c; background: linear-gradient(135deg, #3c243c, #3C242C);