#915535
a dark, vivid orange · warm · closest name: sienna
RGB
145, 85, 53
HSL
21°, 47%, 39%
CMYK
0, 41, 63, 43
Luminance
0.1277
Every format
| HEX | #915535 |
| RGB | rgb(145, 85, 53) |
| HSL | hsl(21, 47%, 39%) |
| CMYK | cmyk(0%, 41%, 63%, 43%) |
| LAB | lab(42.4 21.8 29.1) |
| LCH | lch(42.4 36.3 53.2) |
| OKLCH | oklch(0.512 0.092 47.9) |
Copy-ready code
/* CSS */
color: #915535;
background-color: #915535;
/* Tailwind (arbitrary) */
class="text-[#915535] bg-[#915535]"
/* SCSS */
$brand: #915535;
/* SwiftUI */
Color(red: 0.569, green: 0.333, blue: 0.208)
/* Android */
Color.parseColor("#915535")Accessibility — WCAG contrast
Aa
#915535 on white: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#915535 on black: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green33.3%
Blue20.8%
CMYK percentages
Cyan0.0%
Magenta41.4%
Yellow63.4%
Key (black)43.1%
Color previews
#915535 text on a black background
contrast 3.55:1
Card sample
#915535 text on a white background
contrast 5.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #915535;
Background color
Panel with #915535 background
background-color: #915535;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #915535;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 85, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 85, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #915535; background: linear-gradient(135deg, #915535, #909135);