#995544
a dark, soft red · warm · closest name: sienna
RGB
153, 85, 68
HSL
12°, 39%, 43%
CMYK
0, 44, 56, 40
Luminance
0.1369
Every format
| HEX | #995544 |
| RGB | rgb(153, 85, 68) |
| HSL | hsl(12, 39%, 43%) |
| CMYK | cmyk(0%, 44%, 56%, 40%) |
| LAB | lab(43.8 26.4 22.2) |
| LCH | lch(43.8 34.5 40.1) |
| OKLCH | oklch(0.525 0.095 35.0) |
Copy-ready code
/* CSS */
color: #995544;
background-color: #995544;
/* Tailwind (arbitrary) */
class="text-[#995544] bg-[#995544]"
/* SCSS */
$brand: #995544;
/* SwiftUI */
Color(red: 0.600, green: 0.333, blue: 0.267)
/* Android */
Color.parseColor("#995544")Accessibility — WCAG contrast
Aa
#995544 on white: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#995544 on black: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green33.3%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta44.4%
Yellow55.6%
Key (black)40.0%
Color previews
#995544 text on a black background
contrast 3.74:1
Card sample
#995544 text on a white background
contrast 5.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #995544;
Background color
Panel with #995544 background
background-color: #995544;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #995544;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 85, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 85, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #995544; background: linear-gradient(135deg, #995544, #998E44);