#915136
a dark, vivid orange · warm · closest name: sienna
RGB
145, 81, 54
HSL
18°, 46%, 39%
CMYK
0, 44, 63, 43
Luminance
0.1217
Every format
| HEX | #915136 |
| RGB | rgb(145, 81, 54) |
| HSL | hsl(18, 46%, 39%) |
| CMYK | cmyk(0%, 44%, 63%, 43%) |
| LAB | lab(41.5 24.1 27.3) |
| LCH | lch(41.5 36.5 48.6) |
| OKLCH | oklch(0.505 0.095 43.1) |
Copy-ready code
/* CSS */
color: #915136;
background-color: #915136;
/* Tailwind (arbitrary) */
class="text-[#915136] bg-[#915136]"
/* SCSS */
$brand: #915136;
/* SwiftUI */
Color(red: 0.569, green: 0.318, blue: 0.212)
/* Android */
Color.parseColor("#915136")Accessibility — WCAG contrast
Aa
#915136 on white: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#915136 on black: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green31.8%
Blue21.2%
CMYK percentages
Cyan0.0%
Magenta44.1%
Yellow62.8%
Key (black)43.1%
Color previews
#915136 text on a black background
contrast 3.43:1
Card sample
#915136 text on a white background
contrast 6.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #915136;
Background color
Panel with #915136 background
background-color: #915136;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #915136;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 81, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 81, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #915136; background: linear-gradient(135deg, #915136, #918E36);