#87233f
a dark, vivid magenta / pink · warm · closest name: maroon
RGB
135, 35, 63
HSL
343°, 59%, 33%
CMYK
0, 74, 53, 47
Luminance
0.0671
Every format
| HEX | #87233f |
| RGB | rgb(135, 35, 63) |
| HSL | hsl(343, 59%, 33%) |
| CMYK | cmyk(0%, 74%, 53%, 47%) |
| LAB | lab(31.1 44.0 7.8) |
| LCH | lch(31.1 44.7 10.1) |
| OKLCH | oklch(0.424 0.135 8.6) |
Copy-ready code
/* CSS */
color: #87233f;
background-color: #87233f;
/* Tailwind (arbitrary) */
class="text-[#87233f] bg-[#87233f]"
/* SCSS */
$brand: #87233f;
/* SwiftUI */
Color(red: 0.529, green: 0.137, blue: 0.247)
/* Android */
Color.parseColor("#87233f")Accessibility — WCAG contrast
Aa
#87233f on white: 8.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#87233f on black: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green13.7%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta74.1%
Yellow53.3%
Key (black)47.1%
Color previews
#87233f text on a black background
contrast 2.34:1
Card sample
#87233f text on a white background
contrast 8.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87233f;
Background color
Panel with #87233f background
background-color: #87233f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87233f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 35, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 35, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87233f; background: linear-gradient(135deg, #87233f, #874A23);