#915528
a dark, vivid orange · warm · closest name: sienna
RGB
145, 85, 40
HSL
26°, 57%, 36%
CMYK
0, 41, 72, 43
Luminance
0.1267
Every format
| HEX | #915528 |
| RGB | rgb(145, 85, 40) |
| HSL | hsl(26, 57%, 36%) |
| CMYK | cmyk(0%, 41%, 72%, 43%) |
| LAB | lab(42.3 20.9 36.0) |
| LCH | lch(42.3 41.6 59.8) |
| OKLCH | oklch(0.510 0.099 55.0) |
Copy-ready code
/* CSS */
color: #915528;
background-color: #915528;
/* Tailwind (arbitrary) */
class="text-[#915528] bg-[#915528]"
/* SCSS */
$brand: #915528;
/* SwiftUI */
Color(red: 0.569, green: 0.333, blue: 0.157)
/* Android */
Color.parseColor("#915528")Accessibility — WCAG contrast
Aa
#915528 on white: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#915528 on black: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green33.3%
Blue15.7%
CMYK percentages
Cyan0.0%
Magenta41.4%
Yellow72.4%
Key (black)43.1%
Color previews
#915528 text on a black background
contrast 3.53:1
Card sample
#915528 text on a white background
contrast 5.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #915528;
Background color
Panel with #915528 background
background-color: #915528;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #915528;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 85, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 85, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #915528; background: linear-gradient(135deg, #915528, #879128);