#700036
a deep, electric magenta / pink · warm · closest name: maroon
RGB
112, 0, 54
HSL
331°, 100%, 22%
CMYK
0, 100, 52, 56
Luminance
0.0371
Every format
| HEX | #700036 |
| RGB | rgb(112, 0, 54) |
| HSL | hsl(331, 100%, 22%) |
| CMYK | cmyk(0%, 100%, 52%, 56%) |
| LAB | lab(22.7 46.2 1.3) |
| LCH | lch(22.7 46.2 1.5) |
| OKLCH | oklch(0.352 0.142 1.5) |
Copy-ready code
/* CSS */
color: #700036;
background-color: #700036;
/* Tailwind (arbitrary) */
class="text-[#700036] bg-[#700036]"
/* SCSS */
$brand: #700036;
/* SwiftUI */
Color(red: 0.439, green: 0.000, blue: 0.212)
/* Android */
Color.parseColor("#700036")Accessibility — WCAG contrast
Aa
#700036 on white: 12.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#700036 on black: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green0.0%
Blue21.2%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow51.8%
Key (black)56.1%
Color previews
#700036 text on a black background
contrast 1.74:1
Card sample
#700036 text on a white background
contrast 12.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #700036;
Background color
Panel with #700036 background
background-color: #700036;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #700036;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 0, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 0, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #700036; background: linear-gradient(135deg, #700036, #701500);