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