#7b697f
a balanced, muted violet · warm · closest name: gray
RGB
123, 105, 127
HSL
289°, 10%, 46%
CMYK
3, 17, 0, 50
Luminance
0.1585
Every format
| HEX | #7b697f |
| RGB | rgb(123, 105, 127) |
| HSL | hsl(289, 10%, 46%) |
| CMYK | cmyk(3%, 17%, 0%, 50%) |
| LAB | lab(46.8 11.4 -9.6) |
| LCH | lch(46.8 14.9 320.1) |
| OKLCH | oklch(0.545 0.040 320.1) |
Copy-ready code
/* CSS */
color: #7b697f;
background-color: #7b697f;
/* Tailwind (arbitrary) */
class="text-[#7b697f] bg-[#7b697f]"
/* SCSS */
$brand: #7b697f;
/* SwiftUI */
Color(red: 0.482, green: 0.412, blue: 0.498)
/* Android */
Color.parseColor("#7b697f")Accessibility — WCAG contrast
Aa
#7b697f on white: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7b697f on black: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green41.2%
Blue49.8%
CMYK percentages
Cyan3.1%
Magenta17.3%
Yellow0.0%
Key (black)50.2%
Color previews
#7b697f text on a black background
contrast 4.17:1
Card sample
#7b697f text on a white background
contrast 5.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7b697f;
Background color
Panel with #7b697f background
background-color: #7b697f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7b697f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 105, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 105, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7b697f; background: linear-gradient(135deg, #7b697f, #7F6974);