#915501
a dark, electric orange · warm · closest name: sienna
RGB
145, 85, 1
HSL
35°, 99%, 29%
CMYK
0, 41, 99, 43
Luminance
0.1252
Every format
| HEX | #915501 |
| RGB | rgb(145, 85, 1) |
| HSL | hsl(35, 99%, 29%) |
| CMYK | cmyk(0%, 41%, 99%, 43%) |
| LAB | lab(42.0 19.7 50.5) |
| LCH | lch(42.0 54.2 68.7) |
| OKLCH | oklch(0.507 0.114 64.7) |
Copy-ready code
/* CSS */
color: #915501;
background-color: #915501;
/* Tailwind (arbitrary) */
class="text-[#915501] bg-[#915501]"
/* SCSS */
$brand: #915501;
/* SwiftUI */
Color(red: 0.569, green: 0.333, blue: 0.004)
/* Android */
Color.parseColor("#915501")Accessibility — WCAG contrast
Aa
#915501 on white: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#915501 on black: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green33.3%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta41.4%
Yellow99.3%
Key (black)43.1%
Color previews
#915501 text on a black background
contrast 3.50:1
Card sample
#915501 text on a white background
contrast 5.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #915501;
Background color
Panel with #915501 background
background-color: #915501;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #915501;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 85, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 85, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #915501; background: linear-gradient(135deg, #915501, #6D9101);