#725311
a dark, vivid yellow · warm · closest name: sienna
RGB
114, 83, 17
HSL
41°, 74%, 26%
CMYK
0, 27, 85, 55
Luminance
0.0980
Every format
| HEX | #725311 |
| RGB | rgb(114, 83, 17) |
| HSL | hsl(41, 74%, 26%) |
| CMYK | cmyk(0%, 27%, 85%, 55%) |
| LAB | lab(37.5 6.5 40.5) |
| LCH | lch(37.5 41.0 80.8) |
| OKLCH | oklch(0.464 0.088 81.1) |
Copy-ready code
/* CSS */
color: #725311;
background-color: #725311;
/* Tailwind (arbitrary) */
class="text-[#725311] bg-[#725311]"
/* SCSS */
$brand: #725311;
/* SwiftUI */
Color(red: 0.447, green: 0.325, blue: 0.067)
/* Android */
Color.parseColor("#725311")Accessibility — WCAG contrast
Aa
#725311 on white: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#725311 on black: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green32.5%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta27.2%
Yellow85.1%
Key (black)55.3%
Color previews
#725311 text on a black background
contrast 2.96:1
Card sample
#725311 text on a white background
contrast 7.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #725311;
Background color
Panel with #725311 background
background-color: #725311;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #725311;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 83, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 83, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #725311; background: linear-gradient(135deg, #725311, #507211);