#7f533d
a dark, soft orange · warm · closest name: sienna
RGB
127, 83, 61
HSL
20°, 35%, 37%
CMYK
0, 35, 52, 50
Luminance
0.1104
Every format
| HEX | #7f533d |
| RGB | rgb(127, 83, 61) |
| HSL | hsl(20, 35%, 37%) |
| CMYK | cmyk(0%, 35%, 52%, 50%) |
| LAB | lab(39.6 15.7 20.4) |
| LCH | lch(39.6 25.7 52.3) |
| OKLCH | oklch(0.485 0.068 47.2) |
Copy-ready code
/* CSS */
color: #7f533d;
background-color: #7f533d;
/* Tailwind (arbitrary) */
class="text-[#7f533d] bg-[#7f533d]"
/* SCSS */
$brand: #7f533d;
/* SwiftUI */
Color(red: 0.498, green: 0.325, blue: 0.239)
/* Android */
Color.parseColor("#7f533d")Accessibility — WCAG contrast
Aa
#7f533d on white: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7f533d on black: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green32.5%
Blue23.9%
CMYK percentages
Cyan0.0%
Magenta34.6%
Yellow52.0%
Key (black)50.2%
Color previews
#7f533d text on a black background
contrast 3.21:1
Card sample
#7f533d text on a white background
contrast 6.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f533d;
Background color
Panel with #7f533d background
background-color: #7f533d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f533d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 83, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 83, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f533d; background: linear-gradient(135deg, #7f533d, #7F7F3D);