#39151c
a deep, vivid red · warm · closest name: black
RGB
57, 21, 28
HSL
348°, 46%, 15%
CMYK
0, 63, 51, 78
Luminance
0.0149
Every format
| HEX | #39151c |
| RGB | rgb(57, 21, 28) |
| HSL | hsl(348, 46%, 15%) |
| CMYK | cmyk(0%, 63%, 51%, 78%) |
| LAB | lab(12.6 18.7 3.8) |
| LCH | lch(12.6 19.1 11.6) |
| OKLCH | oklch(0.253 0.058 10.0) |
Copy-ready code
/* CSS */
color: #39151c;
background-color: #39151c;
/* Tailwind (arbitrary) */
class="text-[#39151c] bg-[#39151c]"
/* SCSS */
$brand: #39151c;
/* SwiftUI */
Color(red: 0.224, green: 0.082, blue: 0.110)
/* Android */
Color.parseColor("#39151c")Accessibility — WCAG contrast
Aa
#39151c on white: 16.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#39151c on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green8.2%
Blue11.0%
CMYK percentages
Cyan0.0%
Magenta63.2%
Yellow50.9%
Key (black)77.6%
Color previews
#39151c text on a black background
contrast 1.30:1
Card sample
#39151c text on a white background
contrast 16.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39151c;
Background color
Panel with #39151c background
background-color: #39151c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39151c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 21, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 21, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39151c; background: linear-gradient(135deg, #39151c, #392615);