#9b2f0f
a dark, electric red · warm · closest name: maroon
RGB
155, 47, 15
HSL
14°, 82%, 33%
CMYK
0, 70, 90, 39
Luminance
0.0904
Every format
| HEX | #9b2f0f |
| RGB | rgb(155, 47, 15) |
| HSL | hsl(14, 82%, 33%) |
| CMYK | cmyk(0%, 70%, 90%, 39%) |
| LAB | lab(36.1 43.5 42.6) |
| LCH | lch(36.1 60.9 44.4) |
| OKLCH | oklch(0.465 0.149 35.8) |
Copy-ready code
/* CSS */
color: #9b2f0f;
background-color: #9b2f0f;
/* Tailwind (arbitrary) */
class="text-[#9b2f0f] bg-[#9b2f0f]"
/* SCSS */
$brand: #9b2f0f;
/* SwiftUI */
Color(red: 0.608, green: 0.184, blue: 0.059)
/* Android */
Color.parseColor("#9b2f0f")Accessibility — WCAG contrast
Aa
#9b2f0f on white: 7.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#9b2f0f on black: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green18.4%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta69.7%
Yellow90.3%
Key (black)39.2%
Color previews
#9b2f0f text on a black background
contrast 2.81:1
Card sample
#9b2f0f text on a white background
contrast 7.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b2f0f;
Background color
Panel with #9b2f0f background
background-color: #9b2f0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b2f0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 47, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 47, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b2f0f; background: linear-gradient(135deg, #9b2f0f, #9B8C0F);