#bb5e44
a balanced, vivid red · warm · closest name: sienna
RGB
187, 94, 68
HSL
13°, 47%, 50%
CMYK
0, 50, 64, 27
Luminance
0.1899
Every format
| HEX | #bb5e44 |
| RGB | rgb(187, 94, 68) |
| HSL | hsl(13, 47%, 50%) |
| CMYK | cmyk(0%, 50%, 64%, 27%) |
| LAB | lab(50.7 35.3 31.9) |
| LCH | lch(50.7 47.6 42.2) |
| OKLCH | oklch(0.588 0.127 36.5) |
Copy-ready code
/* CSS */
color: #bb5e44;
background-color: #bb5e44;
/* Tailwind (arbitrary) */
class="text-[#bb5e44] bg-[#bb5e44]"
/* SCSS */
$brand: #bb5e44;
/* SwiftUI */
Color(red: 0.733, green: 0.369, blue: 0.267)
/* Android */
Color.parseColor("#bb5e44")Accessibility — WCAG contrast
Aa
#bb5e44 on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bb5e44 on black: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green36.9%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta49.7%
Yellow63.6%
Key (black)26.7%
Color previews
#bb5e44 text on a black background
contrast 4.80:1
Card sample
#bb5e44 text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb5e44;
Background color
Panel with #bb5e44 background
background-color: #bb5e44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb5e44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 94, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 94, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb5e44; background: linear-gradient(135deg, #bb5e44, #BBAD44);