#3f1413
a deep, vivid red · warm · closest name: black
RGB
63, 20, 19
HSL
1°, 54%, 16%
CMYK
0, 68, 70, 75
Luminance
0.0160
Every format
| HEX | #3f1413 |
| RGB | rgb(63, 20, 19) |
| HSL | hsl(1, 54%, 16%) |
| CMYK | cmyk(0%, 68%, 70%, 75%) |
| LAB | lab(13.3 20.9 11.4) |
| LCH | lch(13.3 23.9 28.6) |
| OKLCH | oklch(0.260 0.068 24.3) |
Copy-ready code
/* CSS */
color: #3f1413;
background-color: #3f1413;
/* Tailwind (arbitrary) */
class="text-[#3f1413] bg-[#3f1413]"
/* SCSS */
$brand: #3f1413;
/* SwiftUI */
Color(red: 0.247, green: 0.078, blue: 0.075)
/* Android */
Color.parseColor("#3f1413")Accessibility — WCAG contrast
Aa
#3f1413 on white: 15.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f1413 on black: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green7.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta68.3%
Yellow69.8%
Key (black)75.3%
Color previews
#3f1413 text on a black background
contrast 1.32:1
Card sample
#3f1413 text on a white background
contrast 15.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f1413;
Background color
Panel with #3f1413 background
background-color: #3f1413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f1413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 20, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 20, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f1413; background: linear-gradient(135deg, #3f1413, #3F3113);