#7c233f
a dark, vivid magenta / pink · warm · closest name: maroon
RGB
124, 35, 63
HSL
341°, 56%, 31%
CMYK
0, 72, 49, 51
Luminance
0.0585
Every format
| HEX | #7c233f |
| RGB | rgb(124, 35, 63) |
| HSL | hsl(341, 56%, 31%) |
| CMYK | cmyk(0%, 72%, 49%, 51%) |
| LAB | lab(29.0 40.5 4.5) |
| LCH | lch(29.0 40.7 6.4) |
| OKLCH | oklch(0.404 0.124 5.6) |
Copy-ready code
/* CSS */
color: #7c233f;
background-color: #7c233f;
/* Tailwind (arbitrary) */
class="text-[#7c233f] bg-[#7c233f]"
/* SCSS */
$brand: #7c233f;
/* SwiftUI */
Color(red: 0.486, green: 0.137, blue: 0.247)
/* Android */
Color.parseColor("#7c233f")Accessibility — WCAG contrast
Aa
#7c233f on white: 9.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7c233f on black: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green13.7%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta71.8%
Yellow49.2%
Key (black)51.4%
Color previews
#7c233f text on a black background
contrast 2.17:1
Card sample
#7c233f text on a white background
contrast 9.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c233f;
Background color
Panel with #7c233f background
background-color: #7c233f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c233f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 35, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 35, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c233f; background: linear-gradient(135deg, #7c233f, #7C4223);