#9a592c
a dark, vivid orange · warm · closest name: sienna
RGB
154, 89, 44
HSL
25°, 56%, 39%
CMYK
0, 42, 71, 40
Luminance
0.1420
Every format
| HEX | #9a592c |
| RGB | rgb(154, 89, 44) |
| HSL | hsl(25, 56%, 39%) |
| CMYK | cmyk(0%, 42%, 71%, 40%) |
| LAB | lab(44.5 22.8 36.7) |
| LCH | lch(44.5 43.2 58.1) |
| OKLCH | oklch(0.530 0.104 53.0) |
Copy-ready code
/* CSS */
color: #9a592c;
background-color: #9a592c;
/* Tailwind (arbitrary) */
class="text-[#9a592c] bg-[#9a592c]"
/* SCSS */
$brand: #9a592c;
/* SwiftUI */
Color(red: 0.604, green: 0.349, blue: 0.173)
/* Android */
Color.parseColor("#9a592c")Accessibility — WCAG contrast
Aa
#9a592c on white: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9a592c on black: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green34.9%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta42.2%
Yellow71.4%
Key (black)39.6%
Color previews
#9a592c text on a black background
contrast 3.84:1
Card sample
#9a592c text on a white background
contrast 5.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9a592c;
Background color
Panel with #9a592c background
background-color: #9a592c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9a592c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 89, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 89, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9a592c; background: linear-gradient(135deg, #9a592c, #929A2C);