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