#320607
a deep, electric red · warm · closest name: black
RGB
50, 6, 7
HSL
359°, 79%, 11%
CMYK
0, 88, 86, 80
Luminance
0.0082
Every format
| HEX | #320607 |
| RGB | rgb(50, 6, 7) |
| HSL | hsl(359, 79%, 11%) |
| CMYK | cmyk(0%, 88%, 86%, 80%) |
| LAB | lab(7.4 22.1 8.8) |
| LCH | lch(7.4 23.7 21.6) |
| OKLCH | oklch(0.210 0.071 24.3) |
Copy-ready code
/* CSS */
color: #320607;
background-color: #320607;
/* Tailwind (arbitrary) */
class="text-[#320607] bg-[#320607]"
/* SCSS */
$brand: #320607;
/* SwiftUI */
Color(red: 0.196, green: 0.024, blue: 0.027)
/* Android */
Color.parseColor("#320607")Accessibility — WCAG contrast
Aa
#320607 on white: 18.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#320607 on black: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green2.4%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta88.0%
Yellow86.0%
Key (black)80.4%
Color previews
#320607 text on a black background
contrast 1.16:1
Card sample
#320607 text on a white background
contrast 18.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #320607;
Background color
Panel with #320607 background
background-color: #320607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #320607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 6, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 6, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #320607; background: linear-gradient(135deg, #320607, #322206);