#8c233f
a dark, vivid magenta / pink · warm · closest name: maroon
RGB
140, 35, 63
HSL
344°, 60%, 34%
CMYK
0, 75, 55, 45
Luminance
0.0714
Every format
| HEX | #8c233f |
| RGB | rgb(140, 35, 63) |
| HSL | hsl(344, 60%, 34%) |
| CMYK | cmyk(0%, 75%, 55%, 45%) |
| LAB | lab(32.1 45.6 9.3) |
| LCH | lch(32.1 46.5 11.6) |
| OKLCH | oklch(0.433 0.140 9.7) |
Copy-ready code
/* CSS */
color: #8c233f;
background-color: #8c233f;
/* Tailwind (arbitrary) */
class="text-[#8c233f] bg-[#8c233f]"
/* SCSS */
$brand: #8c233f;
/* SwiftUI */
Color(red: 0.549, green: 0.137, blue: 0.247)
/* Android */
Color.parseColor("#8c233f")Accessibility — WCAG contrast
Aa
#8c233f on white: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8c233f on black: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green13.7%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta75.0%
Yellow55.0%
Key (black)45.1%
Color previews
#8c233f text on a black background
contrast 2.43:1
Card sample
#8c233f text on a white background
contrast 8.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c233f;
Background color
Panel with #8c233f background
background-color: #8c233f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c233f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 35, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 35, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c233f; background: linear-gradient(135deg, #8c233f, #8C4D23);