#755321
a dark, vivid orange · warm · closest name: sienna
RGB
117, 83, 33
HSL
36°, 56%, 29%
CMYK
0, 29, 72, 54
Luminance
0.1008
Every format
| HEX | #755321 |
| RGB | rgb(117, 83, 33) |
| HSL | hsl(36, 56%, 29%) |
| CMYK | cmyk(0%, 29%, 72%, 54%) |
| LAB | lab(38.0 8.8 33.9) |
| LCH | lch(38.0 35.0 75.5) |
| OKLCH | oklch(0.469 0.080 73.9) |
Copy-ready code
/* CSS */
color: #755321;
background-color: #755321;
/* Tailwind (arbitrary) */
class="text-[#755321] bg-[#755321]"
/* SCSS */
$brand: #755321;
/* SwiftUI */
Color(red: 0.459, green: 0.325, blue: 0.129)
/* Android */
Color.parseColor("#755321")Accessibility — WCAG contrast
Aa
#755321 on white: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#755321 on black: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green32.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta29.1%
Yellow71.8%
Key (black)54.1%
Color previews
#755321 text on a black background
contrast 3.02:1
Card sample
#755321 text on a white background
contrast 6.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #755321;
Background color
Panel with #755321 background
background-color: #755321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #755321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 83, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 83, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #755321; background: linear-gradient(135deg, #755321, #5F7521);