#320708
a deep, electric red · warm · closest name: black
RGB
50, 7, 8
HSL
359°, 75%, 11%
CMYK
0, 86, 84, 80
Luminance
0.0085
Every format
| HEX | #320708 |
| RGB | rgb(50, 7, 8) |
| HSL | hsl(359, 75%, 11%) |
| CMYK | cmyk(0%, 86%, 84%, 80%) |
| LAB | lab(7.7 21.6 8.7) |
| LCH | lch(7.7 23.3 21.8) |
| OKLCH | oklch(0.212 0.069 24.0) |
Copy-ready code
/* CSS */
color: #320708;
background-color: #320708;
/* Tailwind (arbitrary) */
class="text-[#320708] bg-[#320708]"
/* SCSS */
$brand: #320708;
/* SwiftUI */
Color(red: 0.196, green: 0.027, blue: 0.031)
/* Android */
Color.parseColor("#320708")Accessibility — WCAG contrast
Aa
#320708 on white: 17.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#320708 on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green2.7%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta86.0%
Yellow84.0%
Key (black)80.4%
Color previews
#320708 text on a black background
contrast 1.17:1
Card sample
#320708 text on a white background
contrast 17.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #320708;
Background color
Panel with #320708 background
background-color: #320708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #320708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 7, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 7, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #320708; background: linear-gradient(135deg, #320708, #322307);