#3f2921
a deep, soft orange · warm · closest name: black
RGB
63, 41, 33
HSL
16°, 31%, 19%
CMYK
0, 35, 48, 75
Luminance
0.0275
Every format
| HEX | #3f2921 |
| RGB | rgb(63, 41, 33) |
| HSL | hsl(16, 31%, 19%) |
| CMYK | cmyk(0%, 35%, 48%, 75%) |
| LAB | lab(19.0 9.1 9.4) |
| LCH | lch(19.0 13.1 46.0) |
| OKLCH | oklch(0.305 0.036 40.8) |
Copy-ready code
/* CSS */
color: #3f2921;
background-color: #3f2921;
/* Tailwind (arbitrary) */
class="text-[#3f2921] bg-[#3f2921]"
/* SCSS */
$brand: #3f2921;
/* SwiftUI */
Color(red: 0.247, green: 0.161, blue: 0.129)
/* Android */
Color.parseColor("#3f2921")Accessibility — WCAG contrast
Aa
#3f2921 on white: 13.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f2921 on black: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green16.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta34.9%
Yellow47.6%
Key (black)75.3%
Color previews
#3f2921 text on a black background
contrast 1.55:1
Card sample
#3f2921 text on a white background
contrast 13.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f2921;
Background color
Panel with #3f2921 background
background-color: #3f2921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f2921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 41, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 41, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f2921; background: linear-gradient(135deg, #3f2921, #3F3D21);