#350310
a deep, electric magenta / pink · warm · closest name: black
RGB
53, 3, 16
HSL
344°, 89%, 11%
CMYK
0, 94, 70, 79
Luminance
0.0086
Every format
| HEX | #350310 |
| RGB | rgb(53, 3, 16) |
| HSL | hsl(344, 89%, 11%) |
| CMYK | cmyk(0%, 94%, 70%, 79%) |
| LAB | lab(7.8 25.6 5.2) |
| LCH | lch(7.8 26.1 11.5) |
| OKLCH | oklch(0.215 0.079 11.2) |
Copy-ready code
/* CSS */
color: #350310;
background-color: #350310;
/* Tailwind (arbitrary) */
class="text-[#350310] bg-[#350310]"
/* SCSS */
$brand: #350310;
/* SwiftUI */
Color(red: 0.208, green: 0.012, blue: 0.063)
/* Android */
Color.parseColor("#350310")Accessibility — WCAG contrast
Aa
#350310 on white: 17.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#350310 on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green1.2%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta94.3%
Yellow69.8%
Key (black)79.2%
Color previews
#350310 text on a black background
contrast 1.17:1
Card sample
#350310 text on a white background
contrast 17.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #350310;
Background color
Panel with #350310 background
background-color: #350310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #350310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 3, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 3, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #350310; background: linear-gradient(135deg, #350310, #351703);