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