#7f482a
a dark, vivid orange · warm · closest name: sienna
RGB
127, 72, 42
HSL
21°, 50%, 33%
CMYK
0, 43, 67, 50
Luminance
0.0931
Every format
| HEX | #7f482a |
| RGB | rgb(127, 72, 42) |
| HSL | hsl(21, 50%, 33%) |
| CMYK | cmyk(0%, 43%, 67%, 50%) |
| LAB | lab(36.6 20.6 27.8) |
| LCH | lch(36.6 34.6 53.5) |
| OKLCH | oklch(0.461 0.087 48.2) |
Copy-ready code
/* CSS */
color: #7f482a;
background-color: #7f482a;
/* Tailwind (arbitrary) */
class="text-[#7f482a] bg-[#7f482a]"
/* SCSS */
$brand: #7f482a;
/* SwiftUI */
Color(red: 0.498, green: 0.282, blue: 0.165)
/* Android */
Color.parseColor("#7f482a")Accessibility — WCAG contrast
Aa
#7f482a on white: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7f482a on black: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green28.2%
Blue16.5%
CMYK percentages
Cyan0.0%
Magenta43.3%
Yellow66.9%
Key (black)50.2%
Color previews
#7f482a text on a black background
contrast 2.86:1
Card sample
#7f482a text on a white background
contrast 7.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f482a;
Background color
Panel with #7f482a background
background-color: #7f482a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f482a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 72, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 72, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f482a; background: linear-gradient(135deg, #7f482a, #7D7F2A);