#915521
a dark, vivid orange · warm · closest name: sienna
RGB
145, 85, 33
HSL
28°, 63%, 35%
CMYK
0, 41, 77, 43
Luminance
0.1263
Every format
| HEX | #915521 |
| RGB | rgb(145, 85, 33) |
| HSL | hsl(28, 63%, 35%) |
| CMYK | cmyk(0%, 41%, 77%, 43%) |
| LAB | lab(42.2 20.6 39.4) |
| LCH | lch(42.2 44.5 62.5) |
| OKLCH | oklch(0.509 0.103 57.8) |
Copy-ready code
/* CSS */
color: #915521;
background-color: #915521;
/* Tailwind (arbitrary) */
class="text-[#915521] bg-[#915521]"
/* SCSS */
$brand: #915521;
/* SwiftUI */
Color(red: 0.569, green: 0.333, blue: 0.129)
/* Android */
Color.parseColor("#915521")Accessibility — WCAG contrast
Aa
#915521 on white: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#915521 on black: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green33.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta41.4%
Yellow77.2%
Key (black)43.1%
Color previews
#915521 text on a black background
contrast 3.53:1
Card sample
#915521 text on a white background
contrast 5.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #915521;
Background color
Panel with #915521 background
background-color: #915521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #915521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 85, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 85, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #915521; background: linear-gradient(135deg, #915521, #829121);