#350521
a deep, electric magenta / pink · warm · closest name: black
RGB
53, 5, 33
HSL
325°, 83%, 11%
CMYK
0, 91, 38, 79
Luminance
0.0098
Every format
| HEX | #350521 |
| RGB | rgb(53, 5, 33) |
| HSL | hsl(325, 83%, 11%) |
| CMYK | cmyk(0%, 91%, 38%, 79%) |
| LAB | lab(8.8 26.4 -5.5) |
| LCH | lch(8.8 26.9 348.1) |
| OKLCH | oklch(0.225 0.082 349.8) |
Copy-ready code
/* CSS */
color: #350521;
background-color: #350521;
/* Tailwind (arbitrary) */
class="text-[#350521] bg-[#350521]"
/* SCSS */
$brand: #350521;
/* SwiftUI */
Color(red: 0.208, green: 0.020, blue: 0.129)
/* Android */
Color.parseColor("#350521")Accessibility — WCAG contrast
Aa
#350521 on white: 17.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#350521 on black: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green2.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta90.6%
Yellow37.7%
Key (black)79.2%
Color previews
#350521 text on a black background
contrast 1.20:1
Card sample
#350521 text on a white background
contrast 17.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #350521;
Background color
Panel with #350521 background
background-color: #350521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #350521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 5, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 5, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #350521; background: linear-gradient(135deg, #350521, #350905);