#746f8b
a balanced, muted blue · warm · closest name: gray
RGB
116, 111, 139
HSL
251°, 11%, 49%
CMYK
17, 20, 0, 46
Luminance
0.1695
Every format
| HEX | #746f8b |
| RGB | rgb(116, 111, 139) |
| HSL | hsl(251, 11%, 49%) |
| CMYK | cmyk(17%, 20%, 0%, 46%) |
| LAB | lab(48.2 8.0 -14.6) |
| LCH | lch(48.2 16.7 298.7) |
| OKLCH | oklch(0.556 0.043 293.1) |
Copy-ready code
/* CSS */
color: #746f8b;
background-color: #746f8b;
/* Tailwind (arbitrary) */
class="text-[#746f8b] bg-[#746f8b]"
/* SCSS */
$brand: #746f8b;
/* SwiftUI */
Color(red: 0.455, green: 0.435, blue: 0.545)
/* Android */
Color.parseColor("#746f8b")Accessibility — WCAG contrast
Aa
#746f8b on white: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#746f8b on black: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green43.5%
Blue54.5%
CMYK percentages
Cyan16.5%
Magenta20.1%
Yellow0.0%
Key (black)45.5%
Color previews
#746f8b text on a black background
contrast 4.39:1
Card sample
#746f8b text on a white background
contrast 4.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #746f8b;
Background color
Panel with #746f8b background
background-color: #746f8b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #746f8b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 111, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 111, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #746f8b; background: linear-gradient(135deg, #746f8b, #876F8B);