#351521
a deep, soft magenta / pink · warm · closest name: black
RGB
53, 21, 33
HSL
338°, 43%, 15%
CMYK
0, 60, 38, 79
Luminance
0.0140
Every format
| HEX | #351521 |
| RGB | rgb(53, 21, 33) |
| HSL | hsl(338, 43%, 15%) |
| CMYK | cmyk(0%, 60%, 38%, 79%) |
| LAB | lab(12.0 17.7 -0.8) |
| LCH | lch(12.0 17.7 357.5) |
| OKLCH | oklch(0.248 0.054 358.1) |
Copy-ready code
/* CSS */
color: #351521;
background-color: #351521;
/* Tailwind (arbitrary) */
class="text-[#351521] bg-[#351521]"
/* SCSS */
$brand: #351521;
/* SwiftUI */
Color(red: 0.208, green: 0.082, blue: 0.129)
/* Android */
Color.parseColor("#351521")Accessibility — WCAG contrast
Aa
#351521 on white: 16.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#351521 on black: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green8.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta60.4%
Yellow37.7%
Key (black)79.2%
Color previews
#351521 text on a black background
contrast 1.28:1
Card sample
#351521 text on a white background
contrast 16.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #351521;
Background color
Panel with #351521 background
background-color: #351521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #351521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 21, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 21, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #351521; background: linear-gradient(135deg, #351521, #351E15);