#b55352
a balanced, soft red · warm · closest name: sienna
RGB
181, 83, 82
HSL
1°, 40%, 52%
CMYK
0, 54, 55, 29
Luminance
0.1662
Every format
| HEX | #b55352 |
| RGB | rgb(181, 83, 82) |
| HSL | hsl(1, 40%, 52%) |
| CMYK | cmyk(0%, 54%, 55%, 29%) |
| LAB | lab(47.8 39.7 19.9) |
| LCH | lch(47.8 44.4 26.6) |
| OKLCH | oklch(0.565 0.128 22.6) |
Copy-ready code
/* CSS */
color: #b55352;
background-color: #b55352;
/* Tailwind (arbitrary) */
class="text-[#b55352] bg-[#b55352]"
/* SCSS */
$brand: #b55352;
/* SwiftUI */
Color(red: 0.710, green: 0.325, blue: 0.322)
/* Android */
Color.parseColor("#b55352")Accessibility — WCAG contrast
Aa
#b55352 on white: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b55352 on black: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green32.5%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta54.1%
Yellow54.7%
Key (black)29.0%
Color previews
#b55352 text on a black background
contrast 4.32:1
Card sample
#b55352 text on a white background
contrast 4.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b55352;
Background color
Panel with #b55352 background
background-color: #b55352;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b55352;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 83, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 83, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b55352; background: linear-gradient(135deg, #b55352, #B59552);