#95441b
a dark, vivid orange · warm · closest name: sienna
RGB
149, 68, 27
HSL
20°, 69%, 35%
CMYK
0, 54, 82, 42
Luminance
0.1060
Every format
| HEX | #95441b |
| RGB | rgb(149, 68, 27) |
| HSL | hsl(20, 69%, 35%) |
| CMYK | cmyk(0%, 54%, 82%, 42%) |
| LAB | lab(38.9 31.5 39.3) |
| LCH | lch(38.9 50.4 51.3) |
| OKLCH | oklch(0.485 0.121 44.5) |
Copy-ready code
/* CSS */
color: #95441b;
background-color: #95441b;
/* Tailwind (arbitrary) */
class="text-[#95441b] bg-[#95441b]"
/* SCSS */
$brand: #95441b;
/* SwiftUI */
Color(red: 0.584, green: 0.267, blue: 0.106)
/* Android */
Color.parseColor("#95441b")Accessibility — WCAG contrast
Aa
#95441b on white: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#95441b on black: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green26.7%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta54.4%
Yellow81.9%
Key (black)41.6%
Color previews
#95441b text on a black background
contrast 3.12:1
Card sample
#95441b text on a white background
contrast 6.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95441b;
Background color
Panel with #95441b background
background-color: #95441b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95441b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 68, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 68, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95441b; background: linear-gradient(135deg, #95441b, #95951B);