#951237
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
149, 18, 55
HSL
343°, 78%, 33%
CMYK
0, 88, 63, 42
Luminance
0.0710
Every format
| HEX | #951237 |
| RGB | rgb(149, 18, 55) |
| HSL | hsl(343, 78%, 33%) |
| CMYK | cmyk(0%, 88%, 63%, 42%) |
| LAB | lab(32.0 52.5 14.8) |
| LCH | lch(32.0 54.6 15.7) |
| OKLCH | oklch(0.435 0.162 12.9) |
Copy-ready code
/* CSS */
color: #951237;
background-color: #951237;
/* Tailwind (arbitrary) */
class="text-[#951237] bg-[#951237]"
/* SCSS */
$brand: #951237;
/* SwiftUI */
Color(red: 0.584, green: 0.071, blue: 0.216)
/* Android */
Color.parseColor("#951237")Accessibility — WCAG contrast
Aa
#951237 on white: 8.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#951237 on black: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green7.1%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta87.9%
Yellow63.1%
Key (black)41.6%
Color previews
#951237 text on a black background
contrast 2.42:1
Card sample
#951237 text on a white background
contrast 8.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #951237;
Background color
Panel with #951237 background
background-color: #951237;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #951237;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 18, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 18, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #951237; background: linear-gradient(135deg, #951237, #954412);