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