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