#74462f
a dark, soft orange · warm · closest name: sienna
RGB
116, 70, 47
HSL
20°, 42%, 32%
CMYK
0, 40, 60, 55
Luminance
0.0830
Every format
| HEX | #74462f |
| RGB | rgb(116, 70, 47) |
| HSL | hsl(20, 42%, 32%) |
| CMYK | cmyk(0%, 40%, 60%, 55%) |
| LAB | lab(34.6 17.2 22.1) |
| LCH | lch(34.6 28.0 52.1) |
| OKLCH | oklch(0.443 0.072 46.8) |
Copy-ready code
/* CSS */
color: #74462f;
background-color: #74462f;
/* Tailwind (arbitrary) */
class="text-[#74462f] bg-[#74462f]"
/* SCSS */
$brand: #74462f;
/* SwiftUI */
Color(red: 0.455, green: 0.275, blue: 0.184)
/* Android */
Color.parseColor("#74462f")Accessibility — WCAG contrast
Aa
#74462f on white: 7.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#74462f on black: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green27.5%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta39.7%
Yellow59.5%
Key (black)54.5%
Color previews
#74462f text on a black background
contrast 2.66:1
Card sample
#74462f text on a white background
contrast 7.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74462f;
Background color
Panel with #74462f background
background-color: #74462f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74462f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 70, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 70, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74462f; background: linear-gradient(135deg, #74462f, #74742F);