#39110c
a deep, vivid red · warm · closest name: black
RGB
57, 17, 12
HSL
7°, 65%, 14%
CMYK
0, 70, 79, 78
Luminance
0.0130
Every format
| HEX | #39110c |
| RGB | rgb(57, 17, 12) |
| HSL | hsl(7, 65%, 14%) |
| CMYK | cmyk(0%, 70%, 79%, 78%) |
| LAB | lab(11.3 19.5 12.3) |
| LCH | lch(11.3 23.1 32.3) |
| OKLCH | oklch(0.242 0.065 29.7) |
Copy-ready code
/* CSS */
color: #39110c;
background-color: #39110c;
/* Tailwind (arbitrary) */
class="text-[#39110c] bg-[#39110c]"
/* SCSS */
$brand: #39110c;
/* SwiftUI */
Color(red: 0.224, green: 0.067, blue: 0.047)
/* Android */
Color.parseColor("#39110c")Accessibility — WCAG contrast
Aa
#39110c on white: 16.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#39110c on black: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green6.7%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta70.2%
Yellow78.9%
Key (black)77.6%
Color previews
#39110c text on a black background
contrast 1.26:1
Card sample
#39110c text on a white background
contrast 16.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39110c;
Background color
Panel with #39110c background
background-color: #39110c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39110c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 17, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 17, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39110c; background: linear-gradient(135deg, #39110c, #392F0C);