#772239
a dark, vivid magenta / pink · warm · closest name: maroon
RGB
119, 34, 57
HSL
344°, 56%, 30%
CMYK
0, 71, 52, 53
Luminance
0.0536
Every format
| HEX | #772239 |
| RGB | rgb(119, 34, 57) |
| HSL | hsl(344, 56%, 30%) |
| CMYK | cmyk(0%, 71%, 52%, 53%) |
| LAB | lab(27.7 38.7 6.6) |
| LCH | lch(27.7 39.2 9.7) |
| OKLCH | oklch(0.392 0.119 8.3) |
Copy-ready code
/* CSS */
color: #772239;
background-color: #772239;
/* Tailwind (arbitrary) */
class="text-[#772239] bg-[#772239]"
/* SCSS */
$brand: #772239;
/* SwiftUI */
Color(red: 0.467, green: 0.133, blue: 0.224)
/* Android */
Color.parseColor("#772239")Accessibility — WCAG contrast
Aa
#772239 on white: 10.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#772239 on black: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green13.3%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta71.4%
Yellow52.1%
Key (black)53.3%
Color previews
#772239 text on a black background
contrast 2.07:1
Card sample
#772239 text on a white background
contrast 10.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #772239;
Background color
Panel with #772239 background
background-color: #772239;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #772239;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 34, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 34, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #772239; background: linear-gradient(135deg, #772239, #774422);