#3f2f1b
a deep, soft orange · warm · closest name: black
RGB
63, 47, 27
HSL
33°, 40%, 18%
CMYK
0, 25, 57, 75
Luminance
0.0317
Every format
| HEX | #3f2f1b |
| RGB | rgb(63, 47, 27) |
| HSL | hsl(33, 40%, 18%) |
| CMYK | cmyk(0%, 25%, 57%, 75%) |
| LAB | lab(20.7 4.3 15.6) |
| LCH | lch(20.7 16.2 74.6) |
| OKLCH | oklch(0.318 0.040 71.8) |
Copy-ready code
/* CSS */
color: #3f2f1b;
background-color: #3f2f1b;
/* Tailwind (arbitrary) */
class="text-[#3f2f1b] bg-[#3f2f1b]"
/* SCSS */
$brand: #3f2f1b;
/* SwiftUI */
Color(red: 0.247, green: 0.184, blue: 0.106)
/* Android */
Color.parseColor("#3f2f1b")Accessibility — WCAG contrast
Aa
#3f2f1b on white: 12.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f2f1b on black: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green18.4%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta25.4%
Yellow57.1%
Key (black)75.3%
Color previews
#3f2f1b text on a black background
contrast 1.63:1
Card sample
#3f2f1b text on a white background
contrast 12.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f2f1b;
Background color
Panel with #3f2f1b background
background-color: #3f2f1b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f2f1b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 47, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 47, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f2f1b; background: linear-gradient(135deg, #3f2f1b, #373F1B);