#860239
a dark, electric magenta / pink · warm · closest name: maroon
RGB
134, 2, 57
HSL
335°, 97%, 27%
CMYK
0, 99, 58, 48
Luminance
0.0541
Every format
| HEX | #860239 |
| RGB | rgb(134, 2, 57) |
| HSL | hsl(335, 97%, 27%) |
| CMYK | cmyk(0%, 99%, 58%, 48%) |
| LAB | lab(27.9 51.5 7.2) |
| LCH | lch(27.9 52.0 8.0) |
| OKLCH | oklch(0.399 0.159 6.7) |
Copy-ready code
/* CSS */
color: #860239;
background-color: #860239;
/* Tailwind (arbitrary) */
class="text-[#860239] bg-[#860239]"
/* SCSS */
$brand: #860239;
/* SwiftUI */
Color(red: 0.525, green: 0.008, blue: 0.224)
/* Android */
Color.parseColor("#860239")Accessibility — WCAG contrast
Aa
#860239 on white: 10.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#860239 on black: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green0.8%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta98.5%
Yellow57.5%
Key (black)47.5%
Color previews
#860239 text on a black background
contrast 2.08:1
Card sample
#860239 text on a white background
contrast 10.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #860239;
Background color
Panel with #860239 background
background-color: #860239;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #860239;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 2, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 2, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #860239; background: linear-gradient(135deg, #860239, #862302);