#350708
a deep, electric red · warm · closest name: black
RGB
53, 7, 8
HSL
359°, 77%, 12%
CMYK
0, 87, 85, 79
Luminance
0.0093
Every format
| HEX | #350708 |
| RGB | rgb(53, 7, 8) |
| HSL | hsl(359, 77%, 12%) |
| CMYK | cmyk(0%, 87%, 85%, 79%) |
| LAB | lab(8.4 22.8 9.8) |
| LCH | lch(8.4 24.8 23.2) |
| OKLCH | oklch(0.219 0.073 24.4) |
Copy-ready code
/* CSS */
color: #350708;
background-color: #350708;
/* Tailwind (arbitrary) */
class="text-[#350708] bg-[#350708]"
/* SCSS */
$brand: #350708;
/* SwiftUI */
Color(red: 0.208, green: 0.027, blue: 0.031)
/* Android */
Color.parseColor("#350708")Accessibility — WCAG contrast
Aa
#350708 on white: 17.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#350708 on black: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green2.7%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta86.8%
Yellow84.9%
Key (black)79.2%
Color previews
#350708 text on a black background
contrast 1.19:1
Card sample
#350708 text on a white background
contrast 17.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #350708;
Background color
Panel with #350708 background
background-color: #350708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #350708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 7, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 7, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #350708; background: linear-gradient(135deg, #350708, #352507);