#95002f
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
149, 0, 47
HSL
341°, 100%, 29%
CMYK
0, 100, 69, 42
Luminance
0.0659
Every format
| HEX | #95002f |
| RGB | rgb(149, 0, 47) |
| HSL | hsl(341, 100%, 29%) |
| CMYK | cmyk(0%, 100%, 69%, 42%) |
| LAB | lab(30.9 55.0 18.6) |
| LCH | lch(30.9 58.0 18.7) |
| OKLCH | oklch(0.426 0.170 15.0) |
Copy-ready code
/* CSS */
color: #95002f;
background-color: #95002f;
/* Tailwind (arbitrary) */
class="text-[#95002f] bg-[#95002f]"
/* SCSS */
$brand: #95002f;
/* SwiftUI */
Color(red: 0.584, green: 0.000, blue: 0.184)
/* Android */
Color.parseColor("#95002f")Accessibility — WCAG contrast
Aa
#95002f on white: 9.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#95002f on black: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green0.0%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow68.5%
Key (black)41.6%
Color previews
#95002f text on a black background
contrast 2.32:1
Card sample
#95002f text on a white background
contrast 9.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95002f;
Background color
Panel with #95002f background
background-color: #95002f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95002f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 0, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 0, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95002f; background: linear-gradient(135deg, #95002f, #953400);