#3f2f2b
a deep, soft red · warm · closest name: black
RGB
63, 47, 43
HSL
12°, 19%, 21%
CMYK
0, 25, 32, 75
Luminance
0.0326
Every format
| HEX | #3f2f2b |
| RGB | rgb(63, 47, 43) |
| HSL | hsl(12, 19%, 21%) |
| CMYK | cmyk(0%, 25%, 32%, 75%) |
| LAB | lab(21.1 6.6 5.4) |
| LCH | lch(21.1 8.5 39.2) |
| OKLCH | oklch(0.322 0.025 34.4) |
Copy-ready code
/* CSS */
color: #3f2f2b;
background-color: #3f2f2b;
/* Tailwind (arbitrary) */
class="text-[#3f2f2b] bg-[#3f2f2b]"
/* SCSS */
$brand: #3f2f2b;
/* SwiftUI */
Color(red: 0.247, green: 0.184, blue: 0.169)
/* Android */
Color.parseColor("#3f2f2b")Accessibility — WCAG contrast
Aa
#3f2f2b on white: 12.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f2f2b on black: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green18.4%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta25.4%
Yellow31.7%
Key (black)75.3%
Color previews
#3f2f2b text on a black background
contrast 1.65:1
Card sample
#3f2f2b text on a white background
contrast 12.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f2f2b;
Background color
Panel with #3f2f2b background
background-color: #3f2f2b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f2f2b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 47, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 47, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f2f2b; background: linear-gradient(135deg, #3f2f2b, #3F3C2B);