#b4464b
a balanced, soft red · warm · closest name: firebrick
RGB
180, 70, 75
HSL
357°, 44%, 49%
CMYK
0, 61, 58, 29
Luminance
0.1459
Every format
| HEX | #b4464b |
| RGB | rgb(180, 70, 75) |
| HSL | hsl(357, 44%, 49%) |
| CMYK | cmyk(0%, 61%, 58%, 29%) |
| LAB | lab(45.1 45.1 20.5) |
| LCH | lch(45.1 49.5 24.5) |
| OKLCH | oklch(0.544 0.143 20.5) |
Copy-ready code
/* CSS */
color: #b4464b;
background-color: #b4464b;
/* Tailwind (arbitrary) */
class="text-[#b4464b] bg-[#b4464b]"
/* SCSS */
$brand: #b4464b;
/* SwiftUI */
Color(red: 0.706, green: 0.275, blue: 0.294)
/* Android */
Color.parseColor("#b4464b")Accessibility — WCAG contrast
Aa
#b4464b on white: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b4464b on black: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green27.5%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta61.1%
Yellow58.3%
Key (black)29.4%
Color previews
#b4464b text on a black background
contrast 3.92:1
Card sample
#b4464b text on a white background
contrast 5.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4464b;
Background color
Panel with #b4464b background
background-color: #b4464b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4464b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 70, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 70, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4464b; background: linear-gradient(135deg, #b4464b, #B48A46);