#6d697f
a balanced, muted blue · warm · closest name: gray
RGB
109, 105, 127
HSL
251°, 10%, 46%
CMYK
14, 17, 0, 50
Luminance
0.1489
Every format
| HEX | #6d697f |
| RGB | rgb(109, 105, 127) |
| HSL | hsl(251, 10%, 46%) |
| CMYK | cmyk(14%, 17%, 0%, 50%) |
| LAB | lab(45.5 6.3 -11.6) |
| LCH | lch(45.5 13.2 298.6) |
| OKLCH | oklch(0.532 0.034 293.5) |
Copy-ready code
/* CSS */
color: #6d697f;
background-color: #6d697f;
/* Tailwind (arbitrary) */
class="text-[#6d697f] bg-[#6d697f]"
/* SCSS */
$brand: #6d697f;
/* SwiftUI */
Color(red: 0.427, green: 0.412, blue: 0.498)
/* Android */
Color.parseColor("#6d697f")Accessibility — WCAG contrast
Aa
#6d697f on white: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6d697f on black: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green41.2%
Blue49.8%
CMYK percentages
Cyan14.2%
Magenta17.3%
Yellow0.0%
Key (black)50.2%
Color previews
#6d697f text on a black background
contrast 3.98:1
Card sample
#6d697f text on a white background
contrast 5.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6d697f;
Background color
Panel with #6d697f background
background-color: #6d697f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6d697f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 105, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 105, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6d697f; background: linear-gradient(135deg, #6d697f, #7C697F);