#725321
a dark, vivid orange · warm · closest name: sienna
RGB
114, 83, 33
HSL
37°, 55%, 29%
CMYK
0, 27, 71, 55
Luminance
0.0987
Every format
| HEX | #725321 |
| RGB | rgb(114, 83, 33) |
| HSL | hsl(37, 55%, 29%) |
| CMYK | cmyk(0%, 27%, 71%, 55%) |
| LAB | lab(37.6 7.3 33.4) |
| LCH | lch(37.6 34.2 77.6) |
| OKLCH | oklch(0.465 0.078 76.5) |
Copy-ready code
/* CSS */
color: #725321;
background-color: #725321;
/* Tailwind (arbitrary) */
class="text-[#725321] bg-[#725321]"
/* SCSS */
$brand: #725321;
/* SwiftUI */
Color(red: 0.447, green: 0.325, blue: 0.129)
/* Android */
Color.parseColor("#725321")Accessibility — WCAG contrast
Aa
#725321 on white: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#725321 on black: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green32.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta27.2%
Yellow71.1%
Key (black)55.3%
Color previews
#725321 text on a black background
contrast 2.97:1
Card sample
#725321 text on a white background
contrast 7.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #725321;
Background color
Panel with #725321 background
background-color: #725321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #725321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 83, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 83, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #725321; background: linear-gradient(135deg, #725321, #5B7221);