#995555
a balanced, soft red · warm · closest name: sienna
RGB
153, 85, 85
HSL
0°, 29%, 47%
CMYK
0, 44, 44, 40
Luminance
0.1393
Every format
| HEX | #995555 |
| RGB | rgb(153, 85, 85) |
| HSL | hsl(0, 29%, 47%) |
| CMYK | cmyk(0%, 44%, 44%, 40%) |
| LAB | lab(44.1 28.1 12.4) |
| LCH | lch(44.1 30.7 23.9) |
| OKLCH | oklch(0.529 0.090 20.6) |
Copy-ready code
/* CSS */
color: #995555;
background-color: #995555;
/* Tailwind (arbitrary) */
class="text-[#995555] bg-[#995555]"
/* SCSS */
$brand: #995555;
/* SwiftUI */
Color(red: 0.600, green: 0.333, blue: 0.333)
/* Android */
Color.parseColor("#995555")Accessibility — WCAG contrast
Aa
#995555 on white: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#995555 on black: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green33.3%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta44.4%
Yellow44.4%
Key (black)40.0%
Color previews
#995555 text on a black background
contrast 3.79:1
Card sample
#995555 text on a white background
contrast 5.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #995555;
Background color
Panel with #995555 background
background-color: #995555;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #995555;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 85, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 85, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #995555; background: linear-gradient(135deg, #995555, #998255);