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