#3d281f
a deep, soft orange · warm · closest name: black
RGB
61, 40, 31
HSL
18°, 33%, 18%
CMYK
0, 34, 49, 76
Luminance
0.0261
Every format
| HEX | #3d281f |
| RGB | rgb(61, 40, 31) |
| HSL | hsl(18, 33%, 18%) |
| CMYK | cmyk(0%, 34%, 49%, 76%) |
| LAB | lab(18.4 8.5 9.9) |
| LCH | lch(18.4 13.0 49.3) |
| OKLCH | oklch(0.300 0.035 44.1) |
Copy-ready code
/* CSS */
color: #3d281f;
background-color: #3d281f;
/* Tailwind (arbitrary) */
class="text-[#3d281f] bg-[#3d281f]"
/* SCSS */
$brand: #3d281f;
/* SwiftUI */
Color(red: 0.239, green: 0.157, blue: 0.122)
/* Android */
Color.parseColor("#3d281f")Accessibility — WCAG contrast
Aa
#3d281f on white: 13.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3d281f on black: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green15.7%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta34.4%
Yellow49.2%
Key (black)76.1%
Color previews
#3d281f text on a black background
contrast 1.52:1
Card sample
#3d281f text on a white background
contrast 13.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3d281f;
Background color
Panel with #3d281f background
background-color: #3d281f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3d281f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 40, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 40, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3d281f; background: linear-gradient(135deg, #3d281f, #3D3C1F);