#b85858
a balanced, soft red · warm · closest name: sienna
RGB
184, 88, 88
HSL
0°, 40%, 53%
CMYK
0, 52, 52, 28
Luminance
0.1787
Every format
| HEX | #b85858 |
| RGB | rgb(184, 88, 88) |
| HSL | hsl(0, 40%, 53%) |
| CMYK | cmyk(0%, 52%, 52%, 28%) |
| LAB | lab(49.4 38.8 18.5) |
| LCH | lch(49.4 43.0 25.5) |
| OKLCH | oklch(0.578 0.125 21.7) |
Copy-ready code
/* CSS */
color: #b85858;
background-color: #b85858;
/* Tailwind (arbitrary) */
class="text-[#b85858] bg-[#b85858]"
/* SCSS */
$brand: #b85858;
/* SwiftUI */
Color(red: 0.722, green: 0.345, blue: 0.345)
/* Android */
Color.parseColor("#b85858")Accessibility — WCAG contrast
Aa
#b85858 on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b85858 on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green34.5%
Blue34.5%
CMYK percentages
Cyan0.0%
Magenta52.2%
Yellow52.2%
Key (black)27.8%
Color previews
#b85858 text on a black background
contrast 4.57:1
Card sample
#b85858 text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b85858;
Background color
Panel with #b85858 background
background-color: #b85858;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b85858;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 88, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 88, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b85858; background: linear-gradient(135deg, #b85858, #B89858);