#79233f
a dark, vivid magenta / pink · warm · closest name: maroon
RGB
121, 35, 63
HSL
341°, 55%, 31%
CMYK
0, 71, 48, 53
Luminance
0.0563
Every format
| HEX | #79233f |
| RGB | rgb(121, 35, 63) |
| HSL | hsl(341, 55%, 31%) |
| CMYK | cmyk(0%, 71%, 48%, 53%) |
| LAB | lab(28.4 39.5 3.6) |
| LCH | lch(28.4 39.7 5.3) |
| OKLCH | oklch(0.399 0.121 4.6) |
Copy-ready code
/* CSS */
color: #79233f;
background-color: #79233f;
/* Tailwind (arbitrary) */
class="text-[#79233f] bg-[#79233f]"
/* SCSS */
$brand: #79233f;
/* SwiftUI */
Color(red: 0.475, green: 0.137, blue: 0.247)
/* Android */
Color.parseColor("#79233f")Accessibility — WCAG contrast
Aa
#79233f on white: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#79233f on black: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green13.7%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta71.1%
Yellow47.9%
Key (black)52.5%
Color previews
#79233f text on a black background
contrast 2.13:1
Card sample
#79233f text on a white background
contrast 9.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79233f;
Background color
Panel with #79233f background
background-color: #79233f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79233f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 35, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 35, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79233f; background: linear-gradient(135deg, #79233f, #794023);