#95490f
a dark, electric orange · warm · closest name: sienna
RGB
149, 73, 15
HSL
26°, 82%, 32%
CMYK
0, 51, 90, 42
Luminance
0.1119
Every format
| HEX | #95490f |
| RGB | rgb(149, 73, 15) |
| HSL | hsl(26, 82%, 32%) |
| CMYK | cmyk(0%, 51%, 90%, 42%) |
| LAB | lab(39.9 28.4 45.2) |
| LCH | lch(39.9 53.4 57.8) |
| OKLCH | oklch(0.492 0.121 51.2) |
Copy-ready code
/* CSS */
color: #95490f;
background-color: #95490f;
/* Tailwind (arbitrary) */
class="text-[#95490f] bg-[#95490f]"
/* SCSS */
$brand: #95490f;
/* SwiftUI */
Color(red: 0.584, green: 0.286, blue: 0.059)
/* Android */
Color.parseColor("#95490f")Accessibility — WCAG contrast
Aa
#95490f on white: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#95490f on black: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green28.6%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta51.0%
Yellow89.9%
Key (black)41.6%
Color previews
#95490f text on a black background
contrast 3.24:1
Card sample
#95490f text on a white background
contrast 6.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95490f;
Background color
Panel with #95490f background
background-color: #95490f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95490f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 73, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 73, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95490f; background: linear-gradient(135deg, #95490f, #88950F);