#705f81
a dark, soft violet · warm · closest name: gray
RGB
112, 95, 129
HSL
270°, 15%, 44%
CMYK
13, 26, 0, 49
Luminance
0.1321
Every format
| HEX | #705f81 |
| RGB | rgb(112, 95, 129) |
| HSL | hsl(270, 15%, 44%) |
| CMYK | cmyk(13%, 26%, 0%, 49%) |
| LAB | lab(43.1 13.9 -16.4) |
| LCH | lch(43.1 21.6 310.3) |
| OKLCH | oklch(0.515 0.056 307.2) |
Copy-ready code
/* CSS */
color: #705f81;
background-color: #705f81;
/* Tailwind (arbitrary) */
class="text-[#705f81] bg-[#705f81]"
/* SCSS */
$brand: #705f81;
/* SwiftUI */
Color(red: 0.439, green: 0.373, blue: 0.506)
/* Android */
Color.parseColor("#705f81")Accessibility — WCAG contrast
Aa
#705f81 on white: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#705f81 on black: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green37.3%
Blue50.6%
CMYK percentages
Cyan13.2%
Magenta26.4%
Yellow0.0%
Key (black)49.4%
Color previews
#705f81 text on a black background
contrast 3.64:1
Card sample
#705f81 text on a white background
contrast 5.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #705f81;
Background color
Panel with #705f81 background
background-color: #705f81;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #705f81;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 95, 129, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 95, 129, 0.45);
Border & gradient
Gradient panel
border: 3px solid #705f81; background: linear-gradient(135deg, #705f81, #815F7B);