#3c253c
a deep, soft magenta / pink · warm · closest name: black
RGB
60, 37, 60
HSL
300°, 24%, 19%
CMYK
0, 38, 0, 77
Luminance
0.0261
Every format
| HEX | #3c253c |
| RGB | rgb(60, 37, 60) |
| HSL | hsl(300, 24%, 19%) |
| CMYK | cmyk(0%, 38%, 0%, 77%) |
| LAB | lab(18.4 15.5 -10.3) |
| LCH | lch(18.4 18.6 326.2) |
| OKLCH | oklch(0.303 0.051 326.7) |
Copy-ready code
/* CSS */
color: #3c253c;
background-color: #3c253c;
/* Tailwind (arbitrary) */
class="text-[#3c253c] bg-[#3c253c]"
/* SCSS */
$brand: #3c253c;
/* SwiftUI */
Color(red: 0.235, green: 0.145, blue: 0.235)
/* Android */
Color.parseColor("#3c253c")Accessibility — WCAG contrast
Aa
#3c253c on white: 13.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c253c on black: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green14.5%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta38.3%
Yellow0.0%
Key (black)76.5%
Color previews
#3c253c text on a black background
contrast 1.52:1
Card sample
#3c253c text on a white background
contrast 13.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c253c;
Background color
Panel with #3c253c background
background-color: #3c253c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c253c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 37, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 37, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c253c; background: linear-gradient(135deg, #3c253c, #3C252D);