#492f13
a deep, vivid orange · warm · closest name: black
RGB
73, 47, 19
HSL
31°, 59%, 18%
CMYK
0, 36, 74, 71
Luminance
0.0350
Every format
| HEX | #492f13 |
| RGB | rgb(73, 47, 19) |
| HSL | hsl(31, 59%, 18%) |
| CMYK | cmyk(0%, 36%, 74%, 71%) |
| LAB | lab(21.9 8.7 22.3) |
| LCH | lch(21.9 24.0 68.7) |
| OKLCH | oklch(0.330 0.056 65.6) |
Copy-ready code
/* CSS */
color: #492f13;
background-color: #492f13;
/* Tailwind (arbitrary) */
class="text-[#492f13] bg-[#492f13]"
/* SCSS */
$brand: #492f13;
/* SwiftUI */
Color(red: 0.286, green: 0.184, blue: 0.075)
/* Android */
Color.parseColor("#492f13")Accessibility — WCAG contrast
Aa
#492f13 on white: 12.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#492f13 on black: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green18.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta35.6%
Yellow74.0%
Key (black)71.4%
Color previews
#492f13 text on a black background
contrast 1.70:1
Card sample
#492f13 text on a white background
contrast 12.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #492f13;
Background color
Panel with #492f13 background
background-color: #492f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #492f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 47, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 47, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #492f13; background: linear-gradient(135deg, #492f13, #3F4913);