#79697f
a balanced, muted violet · warm · closest name: gray
RGB
121, 105, 127
HSL
284°, 10%, 46%
CMYK
5, 17, 0, 50
Luminance
0.1570
Every format
| HEX | #79697f |
| RGB | rgb(121, 105, 127) |
| HSL | hsl(284, 10%, 46%) |
| CMYK | cmyk(5%, 17%, 0%, 50%) |
| LAB | lab(46.6 10.7 -9.9) |
| LCH | lch(46.6 14.5 317.3) |
| OKLCH | oklch(0.544 0.039 316.8) |
Copy-ready code
/* CSS */
color: #79697f;
background-color: #79697f;
/* Tailwind (arbitrary) */
class="text-[#79697f] bg-[#79697f]"
/* SCSS */
$brand: #79697f;
/* SwiftUI */
Color(red: 0.475, green: 0.412, blue: 0.498)
/* Android */
Color.parseColor("#79697f")Accessibility — WCAG contrast
Aa
#79697f on white: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#79697f on black: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green41.2%
Blue49.8%
CMYK percentages
Cyan4.7%
Magenta17.3%
Yellow0.0%
Key (black)50.2%
Color previews
#79697f text on a black background
contrast 4.14:1
Card sample
#79697f text on a white background
contrast 5.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79697f;
Background color
Panel with #79697f background
background-color: #79697f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79697f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 105, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 105, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79697f; background: linear-gradient(135deg, #79697f, #7F6976);