#7e264b
a dark, vivid magenta / pink · warm · closest name: purple
RGB
126, 38, 75
HSL
335°, 54%, 32%
CMYK
0, 70, 41, 51
Luminance
0.0633
Every format
| HEX | #7e264b |
| RGB | rgb(126, 38, 75) |
| HSL | hsl(335, 54%, 32%) |
| CMYK | cmyk(0%, 70%, 41%, 51%) |
| LAB | lab(30.2 41.1 -1.6) |
| LCH | lch(30.2 41.2 357.8) |
| OKLCH | oklch(0.415 0.126 358.3) |
Copy-ready code
/* CSS */
color: #7e264b;
background-color: #7e264b;
/* Tailwind (arbitrary) */
class="text-[#7e264b] bg-[#7e264b]"
/* SCSS */
$brand: #7e264b;
/* SwiftUI */
Color(red: 0.494, green: 0.149, blue: 0.294)
/* Android */
Color.parseColor("#7e264b")Accessibility — WCAG contrast
Aa
#7e264b on white: 9.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7e264b on black: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green14.9%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta69.8%
Yellow40.5%
Key (black)50.6%
Color previews
#7e264b text on a black background
contrast 2.27:1
Card sample
#7e264b text on a white background
contrast 9.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7e264b;
Background color
Panel with #7e264b background
background-color: #7e264b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7e264b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 38, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 38, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7e264b; background: linear-gradient(135deg, #7e264b, #7E3C26);