#950f3f
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
149, 15, 63
HSL
339°, 82%, 32%
CMYK
0, 90, 58, 42
Luminance
0.0709
Every format
| HEX | #950f3f |
| RGB | rgb(149, 15, 63) |
| HSL | hsl(339, 82%, 32%) |
| CMYK | cmyk(0%, 90%, 58%, 42%) |
| LAB | lab(32.0 53.7 9.5) |
| LCH | lch(32.0 54.5 10.0) |
| OKLCH | oklch(0.435 0.165 8.3) |
Copy-ready code
/* CSS */
color: #950f3f;
background-color: #950f3f;
/* Tailwind (arbitrary) */
class="text-[#950f3f] bg-[#950f3f]"
/* SCSS */
$brand: #950f3f;
/* SwiftUI */
Color(red: 0.584, green: 0.059, blue: 0.247)
/* Android */
Color.parseColor("#950f3f")Accessibility — WCAG contrast
Aa
#950f3f on white: 8.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#950f3f on black: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green5.9%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta89.9%
Yellow57.7%
Key (black)41.6%
Color previews
#950f3f text on a black background
contrast 2.42:1
Card sample
#950f3f text on a white background
contrast 8.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #950f3f;
Background color
Panel with #950f3f background
background-color: #950f3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #950f3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 15, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 15, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #950f3f; background: linear-gradient(135deg, #950f3f, #95380F);