#915518
a dark, vivid orange · warm · closest name: sienna
RGB
145, 85, 24
HSL
30°, 72%, 33%
CMYK
0, 41, 83, 43
Luminance
0.1258
Every format
| HEX | #915518 |
| RGB | rgb(145, 85, 24) |
| HSL | hsl(30, 72%, 33%) |
| CMYK | cmyk(0%, 41%, 83%, 43%) |
| LAB | lab(42.1 20.2 43.4) |
| LCH | lch(42.1 47.9 65.0) |
| OKLCH | oklch(0.509 0.107 60.7) |
Copy-ready code
/* CSS */
color: #915518;
background-color: #915518;
/* Tailwind (arbitrary) */
class="text-[#915518] bg-[#915518]"
/* SCSS */
$brand: #915518;
/* SwiftUI */
Color(red: 0.569, green: 0.333, blue: 0.094)
/* Android */
Color.parseColor("#915518")Accessibility — WCAG contrast
Aa
#915518 on white: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#915518 on black: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green33.3%
Blue9.4%
CMYK percentages
Cyan0.0%
Magenta41.4%
Yellow83.4%
Key (black)43.1%
Color previews
#915518 text on a black background
contrast 3.52:1
Card sample
#915518 text on a white background
contrast 5.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #915518;
Background color
Panel with #915518 background
background-color: #915518;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #915518;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 85, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 85, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #915518; background: linear-gradient(135deg, #915518, #7C9118);