#7f103f
a dark, electric magenta / pink · warm · closest name: maroon
RGB
127, 16, 63
HSL
335°, 78%, 28%
CMYK
0, 87, 50, 50
Luminance
0.0524
Every format
| HEX | #7f103f |
| RGB | rgb(127, 16, 63) |
| HSL | hsl(335, 78%, 28%) |
| CMYK | cmyk(0%, 87%, 50%, 50%) |
| LAB | lab(27.4 47.6 2.3) |
| LCH | lch(27.4 47.7 2.8) |
| OKLCH | oklch(0.393 0.146 2.5) |
Copy-ready code
/* CSS */
color: #7f103f;
background-color: #7f103f;
/* Tailwind (arbitrary) */
class="text-[#7f103f] bg-[#7f103f]"
/* SCSS */
$brand: #7f103f;
/* SwiftUI */
Color(red: 0.498, green: 0.063, blue: 0.247)
/* Android */
Color.parseColor("#7f103f")Accessibility — WCAG contrast
Aa
#7f103f on white: 10.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7f103f on black: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green6.3%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta87.4%
Yellow50.4%
Key (black)50.2%
Color previews
#7f103f text on a black background
contrast 2.05:1
Card sample
#7f103f text on a white background
contrast 10.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f103f;
Background color
Panel with #7f103f background
background-color: #7f103f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f103f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 16, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 16, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f103f; background: linear-gradient(135deg, #7f103f, #7F2B10);