#725317
a dark, vivid orange · warm · closest name: sienna
RGB
114, 83, 23
HSL
40°, 66%, 27%
CMYK
0, 27, 80, 55
Luminance
0.0983
Every format
| HEX | #725317 |
| RGB | rgb(114, 83, 23) |
| HSL | hsl(40, 66%, 27%) |
| CMYK | cmyk(0%, 27%, 80%, 55%) |
| LAB | lab(37.5 6.8 38.1) |
| LCH | lch(37.5 38.7 79.9) |
| OKLCH | oklch(0.464 0.085 79.7) |
Copy-ready code
/* CSS */
color: #725317;
background-color: #725317;
/* Tailwind (arbitrary) */
class="text-[#725317] bg-[#725317]"
/* SCSS */
$brand: #725317;
/* SwiftUI */
Color(red: 0.447, green: 0.325, blue: 0.090)
/* Android */
Color.parseColor("#725317")Accessibility — WCAG contrast
Aa
#725317 on white: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#725317 on black: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green32.5%
Blue9.0%
CMYK percentages
Cyan0.0%
Magenta27.2%
Yellow79.8%
Key (black)55.3%
Color previews
#725317 text on a black background
contrast 2.97:1
Card sample
#725317 text on a white background
contrast 7.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #725317;
Background color
Panel with #725317 background
background-color: #725317;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #725317;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 83, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 83, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #725317; background: linear-gradient(135deg, #725317, #547217);