#995148
a dark, soft red · warm · closest name: sienna
RGB
153, 81, 72
HSL
7°, 36%, 44%
CMYK
0, 47, 53, 40
Luminance
0.1313
Every format
| HEX | #995148 |
| RGB | rgb(153, 81, 72) |
| HSL | hsl(7, 36%, 44%) |
| CMYK | cmyk(0%, 47%, 53%, 40%) |
| LAB | lab(43.0 29.0 18.7) |
| LCH | lch(43.0 34.5 32.9) |
| OKLCH | oklch(0.519 0.098 28.3) |
Copy-ready code
/* CSS */
color: #995148;
background-color: #995148;
/* Tailwind (arbitrary) */
class="text-[#995148] bg-[#995148]"
/* SCSS */
$brand: #995148;
/* SwiftUI */
Color(red: 0.600, green: 0.318, blue: 0.282)
/* Android */
Color.parseColor("#995148")Accessibility — WCAG contrast
Aa
#995148 on white: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#995148 on black: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green31.8%
Blue28.2%
CMYK percentages
Cyan0.0%
Magenta47.1%
Yellow52.9%
Key (black)40.0%
Color previews
#995148 text on a black background
contrast 3.63:1
Card sample
#995148 text on a white background
contrast 5.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #995148;
Background color
Panel with #995148 background
background-color: #995148;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #995148;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 81, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 81, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #995148; background: linear-gradient(135deg, #995148, #998748);