#b93f2f
a balanced, vivid red · warm · closest name: firebrick
RGB
185, 63, 47
HSL
7°, 60%, 46%
CMYK
0, 66, 75, 28
Luminance
0.1407
Every format
| HEX | #b93f2f |
| RGB | rgb(185, 63, 47) |
| HSL | hsl(7, 60%, 46%) |
| CMYK | cmyk(0%, 66%, 75%, 28%) |
| LAB | lab(44.3 48.3 36.3) |
| LCH | lch(44.3 60.4 36.9) |
| OKLCH | oklch(0.539 0.160 30.5) |
Copy-ready code
/* CSS */
color: #b93f2f;
background-color: #b93f2f;
/* Tailwind (arbitrary) */
class="text-[#b93f2f] bg-[#b93f2f]"
/* SCSS */
$brand: #b93f2f;
/* SwiftUI */
Color(red: 0.725, green: 0.247, blue: 0.184)
/* Android */
Color.parseColor("#b93f2f")Accessibility — WCAG contrast
Aa
#b93f2f on white: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b93f2f on black: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green24.7%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta65.9%
Yellow74.6%
Key (black)27.5%
Color previews
#b93f2f text on a black background
contrast 3.81:1
Card sample
#b93f2f text on a white background
contrast 5.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b93f2f;
Background color
Panel with #b93f2f background
background-color: #b93f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b93f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 63, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 63, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b93f2f; background: linear-gradient(135deg, #b93f2f, #B99B2F);