#7c533f
a dark, soft orange · warm · closest name: sienna
RGB
124, 83, 63
HSL
20°, 33%, 37%
CMYK
0, 33, 49, 51
Luminance
0.1083
Every format
| HEX | #7c533f |
| RGB | rgb(124, 83, 63) |
| HSL | hsl(20, 33%, 37%) |
| CMYK | cmyk(0%, 33%, 49%, 51%) |
| LAB | lab(39.3 14.6 18.6) |
| LCH | lch(39.3 23.7 51.9) |
| OKLCH | oklch(0.482 0.063 46.8) |
Copy-ready code
/* CSS */
color: #7c533f;
background-color: #7c533f;
/* Tailwind (arbitrary) */
class="text-[#7c533f] bg-[#7c533f]"
/* SCSS */
$brand: #7c533f;
/* SwiftUI */
Color(red: 0.486, green: 0.325, blue: 0.247)
/* Android */
Color.parseColor("#7c533f")Accessibility — WCAG contrast
Aa
#7c533f on white: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7c533f on black: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green32.5%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta33.1%
Yellow49.2%
Key (black)51.4%
Color previews
#7c533f text on a black background
contrast 3.17:1
Card sample
#7c533f text on a white background
contrast 6.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c533f;
Background color
Panel with #7c533f background
background-color: #7c533f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c533f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 83, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 83, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c533f; background: linear-gradient(135deg, #7c533f, #7C7C3F);