#70697f
a balanced, muted violet · warm · closest name: gray
RGB
112, 105, 127
HSL
259°, 10%, 46%
CMYK
12, 17, 0, 50
Luminance
0.1508
Every format
| HEX | #70697f |
| RGB | rgb(112, 105, 127) |
| HSL | hsl(259, 10%, 46%) |
| CMYK | cmyk(12%, 17%, 0%, 50%) |
| LAB | lab(45.7 7.4 -11.2) |
| LCH | lch(45.7 13.4 303.5) |
| OKLCH | oklch(0.535 0.035 299.8) |
Copy-ready code
/* CSS */
color: #70697f;
background-color: #70697f;
/* Tailwind (arbitrary) */
class="text-[#70697f] bg-[#70697f]"
/* SCSS */
$brand: #70697f;
/* SwiftUI */
Color(red: 0.439, green: 0.412, blue: 0.498)
/* Android */
Color.parseColor("#70697f")Accessibility — WCAG contrast
Aa
#70697f on white: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#70697f on black: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green41.2%
Blue49.8%
CMYK percentages
Cyan11.8%
Magenta17.3%
Yellow0.0%
Key (black)50.2%
Color previews
#70697f text on a black background
contrast 4.02:1
Card sample
#70697f text on a white background
contrast 5.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70697f;
Background color
Panel with #70697f background
background-color: #70697f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70697f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 105, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 105, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70697f; background: linear-gradient(135deg, #70697f, #7F697F);