#7f552b
a dark, vivid orange · warm · closest name: sienna
RGB
127, 85, 43
HSL
30°, 49%, 33%
CMYK
0, 33, 66, 50
Luminance
0.1118
Every format
| HEX | #7f552b |
| RGB | rgb(127, 85, 43) |
| HSL | hsl(30, 49%, 33%) |
| CMYK | cmyk(0%, 33%, 66%, 50%) |
| LAB | lab(39.9 12.9 31.1) |
| LCH | lch(39.9 33.7 67.4) |
| OKLCH | oklch(0.487 0.080 63.9) |
Copy-ready code
/* CSS */
color: #7f552b;
background-color: #7f552b;
/* Tailwind (arbitrary) */
class="text-[#7f552b] bg-[#7f552b]"
/* SCSS */
$brand: #7f552b;
/* SwiftUI */
Color(red: 0.498, green: 0.333, blue: 0.169)
/* Android */
Color.parseColor("#7f552b")Accessibility — WCAG contrast
Aa
#7f552b on white: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7f552b on black: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green33.3%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta33.1%
Yellow66.1%
Key (black)50.2%
Color previews
#7f552b text on a black background
contrast 3.24:1
Card sample
#7f552b text on a white background
contrast 6.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f552b;
Background color
Panel with #7f552b background
background-color: #7f552b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f552b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 85, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 85, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f552b; background: linear-gradient(135deg, #7f552b, #717F2B);