#705270
a dark, soft magenta / pink · warm · closest name: gray
RGB
112, 82, 112
HSL
300°, 16%, 38%
CMYK
0, 27, 0, 56
Luminance
0.1065
Every format
| HEX | #705270 |
| RGB | rgb(112, 82, 112) |
| HSL | hsl(300, 16%, 38%) |
| CMYK | cmyk(0%, 27%, 0%, 56%) |
| LAB | lab(39.0 18.1 -12.3) |
| LCH | lch(39.0 21.9 325.8) |
| OKLCH | oklch(0.481 0.060 326.5) |
Copy-ready code
/* CSS */
color: #705270;
background-color: #705270;
/* Tailwind (arbitrary) */
class="text-[#705270] bg-[#705270]"
/* SCSS */
$brand: #705270;
/* SwiftUI */
Color(red: 0.439, green: 0.322, blue: 0.439)
/* Android */
Color.parseColor("#705270")Accessibility — WCAG contrast
Aa
#705270 on white: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#705270 on black: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green32.2%
Blue43.9%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow0.0%
Key (black)56.1%
Color previews
#705270 text on a black background
contrast 3.13:1
Card sample
#705270 text on a white background
contrast 6.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #705270;
Background color
Panel with #705270 background
background-color: #705270;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #705270;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 82, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 82, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #705270; background: linear-gradient(135deg, #705270, #70525C);